Skip to content

Commit

Permalink
Update auto-close-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poriz authored Jan 31, 2024
1 parent 0658198 commit 024263a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-close-issue.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Auto Close Issue when all tasks are completed

permissions:
issues: write

on:
issue_comment:
types: [created, edited]
issues:
types: [opened, edited]

permissions:
issues: write

jobs:
check-tasks-and-close-issue:
Expand Down

0 comments on commit 024263a

Please sign in to comment.