Copilot commented on code in PR #3067:
URL: https://github.com/apache/iceberg-rust/pull/3067#discussion_r3856258374
##########
.github/workflows/stale.yml:
##########
@@ -35,8 +35,8 @@ jobs:
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
with:
# stale issues
- stale-issue-label: 'stale,security'
- exempt-issue-labels: 'not-stale'
+ stale-issue-label: 'stale'
+ exempt-issue-labels: 'not-stale,security'
Review Comment:
PR description says security issues should *not* be ignored when marking
issues stale, but adding `security` to `exempt-issue-labels` will exempt (skip)
any issue labeled `security` from being marked stale/closed by actions/stale.
This looks inverted relative to the stated intent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]