Skip to content

Commit

Permalink
Remove label when Bug Report is not stale (apache#41408)
Browse files Browse the repository at this point in the history
This will help in cases like apache#31185 where although the original reporter commented, it is still showing as Stale.
  • Loading branch information
kaxil authored Aug 12, 2024
1 parent 4ce0cd5 commit 51867f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/recheck-old-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
remove-stale-when-updated: false
remove-issue-stale-when-updated: true
labels-to-add-when-unstale: 'needs-triage'
labels-to-remove-when-unstale: 'Stale Bug Report'
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for 365 days
without any activity. There has been several Airflow releases since last activity on this issue.
Expand Down

0 comments on commit 51867f0

Please sign in to comment.