[maint]: Updated immediate response workflows via automation (#2793)

Updates for workflows
This commit is contained in:
Octokit Bot
2023-10-03 11:44:36 -05:00
committed by GitHub
parent 0238092ca0
commit d79ca99636
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/add-to-project@v0.4.0
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
- name: Respond to issue or PR
uses: peter-evans/create-or-update-comment@6534843181fc2aeb7f9f1cd3cd4a7b956cada2db
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ steps.extract.outputs.NUMBER }}
body: >