Skip to content

Commit fdf7c1b

Browse files
authored
ci: don't put a comment on PRs from dependabot or renovate (#358)
As discussed in https://github.com/orgs/octokit/discussions/56, this will help reduce the noise a bit.
1 parent 91cf21a commit fdf7c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/immediate-response.yml

Lines changed: 1 addition & 0 deletions
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

0 commit comments

Comments
 (0)