Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/greet-new-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: |
**Thank you for submitting your first issue with us!** πŸŽ‰

Our response times may vary, but we'll get back to you as soon as we can!

Welcome aboard! πŸš€
pr-message: |
pr_message: |
**Thank you for submitting your first pull request with us!** πŸŽ‰

Our response times may vary, but we'll get back to you as soon as we can!
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.8
hooks:
- id: actionlint

Expand Down Expand Up @@ -104,7 +104,7 @@ repos:
additional_dependencies: [setuptools-scm]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.1
rev: v0.14.0
hooks:
- id: ruff-format
- id: ruff
Expand Down
1 change: 1 addition & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased changes

- Bump actions/github-script from 7 to 8 ({gh-pr}`338`)
- pre-commit autoupdate ({gh-pr}`340`)
- pre-commit autoupdate ({gh-pr}`341`)

---

Expand Down