Skip to content

Commit f0d3b51

Browse files
authored
ci(action): Workflows have changed (#639)
Updates for workflows
1 parent f598d06 commit f0d3b51

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/add_to_octokit_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: true
1414
steps:
15-
- uses: actions/add-to-project@v0.5.0
15+
- uses: actions/add-to-project@v0.4.0
1616
with:
1717
project-url: https://github.com/orgs/octokit/projects/10
1818
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}

.github/workflows/immediate-response.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@ on:
1111
- opened
1212
jobs:
1313
respond-to-issue:
14+
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Determine issue or PR number
1718
id: extract
1819
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
1920

2021
- name: Respond to issue or PR
21-
uses: peter-evans/create-or-update-comment@ddff993e3c91296d410ace8836568b0e4aeada34
22+
uses: peter-evans/create-or-update-comment@v3
2223
with:
2324
issue-number: ${{ steps.extract.outputs.NUMBER }}
2425
body: >
2526
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday!
2627
We have a [process in place](https://github.com/octokit/.github/blob/main/community/prioritization_response.md#overview) for prioritizing and responding to your input.
2728
Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with `Status: Up for grabs`.
28-
You & others like you are the reason all of this works! So thank you & happy coding! 🚀
29+
You & others like you are the reason all of this works! So thank you & happy coding! 🚀

0 commit comments

Comments
 (0)