.github/workflows/labels.yml: allow PRs to skip labels

This commit is contained in:
zowoq 2023-01-21 09:19:18 +10:00
parent 552af48e79
commit d1570428a2

View file

@ -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: