Skip to content

Commit

Permalink
Create remove_labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider authored Nov 14, 2024
1 parent afd2880 commit a8aaca2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/remove_labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Remove Labels From Closed Items
on:
issues:
types: [closed]
pull_request:
types: [closed]

jobs:
call-remove-labels-workflow:
permissions:
issues: write
pull-requests: write
uses: crystal-nest/.github/.github/workflows/remove_labels.yml@main
secrets: inherit

0 comments on commit a8aaca2

Please sign in to comment.