.github/workflows/labels.yml: fix typo
mistake in https://github.com/NixOS/nixpkgs/commit/d1570428a2685b40925fe90916b68862b0895e94
This commit is contained in:
@@ -16,7 +16,7 @@ permissions:
|
||||
jobs:
|
||||
labels:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip treewide]')"
|
||||
if: "github.repository_owner == 'NixOS' && !contains(github.event.pull_request.title, '[skip treewide]')"
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user