Skip to content

Commit

Permalink
.github/workflows/labels.yml: allow PRs to skip labels
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 20, 2023
1 parent 552af48 commit d157042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
labels:
runs-on: ubuntu-latest
if: github.repository_owner == 'NixOS'
if: github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip treewide]')"
steps:
- uses: actions/labeler@v4
with:
Expand Down

0 comments on commit d157042

Please sign in to comment.