Skip to content

Commit

Permalink
🔄 synced file(s) with klaasnicolaas/github-config (#159)
Browse files Browse the repository at this point in the history
* 🔄 synced local 'template/.github/' with remote 'github/'

* 🔄 synced local '.github/workflows/' with remote 'github/workflows/'

* Remove old file
  • Loading branch information
klaasnicolaas authored Jun 29, 2024
1 parent c803683 commit c2ca09c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions template/.github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Labels

# yamllint disable-line rule:truthy
on:
pull_request:
pull_request_target:
types:
- opened
- labeled
Expand All @@ -19,8 +19,6 @@ jobs:
- name: 🏷 Verify PR has a valid label
uses: klaasnicolaas/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-number: ${{ github.event.pull_request.number }}
valid-labels: >-
breaking-change, bugfix, documentation, enhancement, sync,
refactor, performance, new-feature, maintenance, ci, dependencies

0 comments on commit c2ca09c

Please sign in to comment.