Skip to content

Commit

Permalink
ci: don't put a comment on PRs from dependabot or renovate (#358)
Browse files Browse the repository at this point in the history
As discussed in https://github.com/orgs/octokit/discussions/56, this
will help reduce the noise a bit.
  • Loading branch information
G-Rath committed Sep 10, 2023
1 parent 91cf21a commit fdf7c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/immediate-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- opened
jobs:
respond-to-issue:
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Determine issue or PR number
Expand Down

0 comments on commit fdf7c1b

Please sign in to comment.