Skip to content

Commit

Permalink
CI: add milestoned issue backlogging (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
H4M5TER authored May 16, 2022
1 parent 6a4e96e commit 2fc58aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/backlog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Milestone Issue Backlog

on:
issues:
types:
- milestoned
- demilestoned

jobs:
backlog:
name: Backlog
runs-on: ubuntu-20.04
steps:
- name: Backlog
uses: H4M5TER/milestone-backlog@v1.0
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
creator: shigma

0 comments on commit 2fc58aa

Please sign in to comment.