Skip to content

Commit

Permalink
Automatically close issues marked 'done' (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan McCauley <[email protected]>
  • Loading branch information
Ishatt and morgsmccauley authored Oct 23, 2023
1 parent 34e7ca6 commit 152c5ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/close-completed-issues
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Issue States'

on:
project_card:
types: [created, edited, moved]

permissions:
repository-projects: read
issues: write
pull-requests: write

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/issue-states@v3
with:
github-token: ${{ github.token }}
open-issue-columns: ''
closed-issue-columns: 'Closed, Done'
log-output: false

0 comments on commit 152c5ba

Please sign in to comment.