Skip to content

Commit

Permalink
Add action to assign closed issues to a milestone on tag.
Browse files Browse the repository at this point in the history
Fixes #96
  • Loading branch information
greboid committed Apr 26, 2021
1 parent 4f7a97d commit 8575971
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/issue-tagging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Assign closed issues
on:
push:
tags:
- v*
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Assign closed issues
uses: greboid/issue-milestone-manager@v1.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8575971

Please sign in to comment.