Skip to content

Commit

Permalink
update ci-label gha for dependabot skip changelog (#574)
Browse files Browse the repository at this point in the history
* update ci-label gha for dependabot skip changelog

* review actions
  • Loading branch information
bjlittle authored Dec 19, 2023
1 parent 3c416ce commit 9f683b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
labels: 'type: performance'

- uses: actions-ecosystem/action-add-labels@v1
if: startsWith(github.event.pull_request.head.ref, 'pre-commit-ci-update-config') || startsWith(github.event.pull_request.head.ref, 'conda-lock-auto-update')
if: github.actor == 'dependabot[bot]' || github.actor == 'geovista-ci[bot]' || github.actor == 'pre-commit-ci[bot]'
with:
labels: 'skip changelog'

0 comments on commit 9f683b9

Please sign in to comment.