Skip to content

Commit 98333c4

Browse files
authored
modified: .github/workflows/issue-remove-inactive.yml (#1027)
1 parent 64f6689 commit 98333c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-remove-inactive.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ name: Issue Remove Labels
44

55
on:
66
issues:
7-
types: [edited, reopened, labeled]
7+
types: [reopened]
88
issue_comment:
9-
types: [created, edited]
9+
types: [created]
1010

1111
jobs:
1212
remove-inactive:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: remove inactive
16-
if: github.event.issue.state == 'open' && github.event.issue.user != 'github-actions'
16+
if: github.event.issue.state == 'open'
1717
uses: actions-cool/issues-helper@v3
1818
with:
1919
actions: 'remove-labels'

0 commit comments

Comments
 (0)