mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 23:24:38 +02:00
👷 Apply done label to issues on PR close
This commit is contained in:
parent
be252e2051
commit
4117586b91
13
.github/workflows/apply-done-label.yml
vendored
Normal file
13
.github/workflows/apply-done-label.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# When a PR is merged, any associated issues will have a Done label applied
|
||||||
|
# The label will depend on the issue type, see: ./github/close-label.yml
|
||||||
|
name: 💡 Apply Done Label
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, merged, closed]
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: logerfo/close-label@0.0.4
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user