File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 steps :
1414 - uses : actions/first-interaction@v3
1515 with :
16- repo-token : ${{ secrets.GITHUB_TOKEN }}
17- issue-message : |
16+ repo_token : ${{ secrets.GITHUB_TOKEN }}
17+ issue_message : |
1818 **Thank you for submitting your first issue with us!** 🎉
1919
2020 Our response times may vary, but we'll get back to you as soon as we can!
2121
2222 Welcome aboard! 🚀
23- pr-message : |
23+ pr_message : |
2424 **Thank you for submitting your first pull request with us!** 🎉
2525
2626 Our response times may vary, but we'll get back to you as soon as we can!
Original file line number Diff line number Diff line change 5555 - id : check-readthedocs
5656
5757 - repo : https://github.com/rhysd/actionlint
58- rev : v1.7.7
58+ rev : v1.7.8
5959 hooks :
6060 - id : actionlint
6161
@@ -104,7 +104,7 @@ repos:
104104 additional_dependencies : [setuptools-scm]
105105
106106 - repo : https://github.com/astral-sh/ruff-pre-commit
107- rev : v0.13.1
107+ rev : v0.14.0
108108 hooks :
109109 - id : ruff-format
110110 - id : ruff
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Unreleased changes
1212
1313- Bump actions/github-script from 7 to 8 ({gh-pr}` 338 ` )
1414- pre-commit autoupdate ({gh-pr}` 340 ` )
15+ - pre-commit autoupdate ({gh-pr}` 341 ` )
1516
1617---
1718
You can’t perform that action at this time.
0 commit comments