Skip to content

Commit d1c29e8

Browse files
authored
ci: don't put a comment on PRs from dependabot or renovate (#615)
1 parent 1e7cbf0 commit d1c29e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/immediate-response.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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
@@ -25,4 +26,4 @@ jobs:
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)