Skip to content

Commit

Permalink
Merge branch 'devel' into error_handling_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
przemkalit authored Jan 20, 2025
2 parents e2d22f8 + 98333c4 commit a0653b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue-remove-inactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ name: Issue Remove Labels

on:
issues:
types: [edited, reopened, labeled]
types: [reopened]
issue_comment:
types: [created, edited]
types: [created]

jobs:
remove-inactive:
runs-on: ubuntu-latest
steps:
- name: remove inactive
if: github.event.issue.state == 'open' && github.event.issue.user != 'github-actions'
if: github.event.issue.state == 'open'
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
Expand Down

0 comments on commit a0653b0

Please sign in to comment.