Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable issue checking in stalebot (#20475) #20559

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

cticenhour
Copy link
Member

@cticenhour cticenhour commented Mar 15, 2022

We originally thought only defining PR messages and other parameters would be enough to disable issue checks. This is not the case (as seen in our most recent action log), and does eat up our permitted number of operations without any gain. The stalebot will determine an issue is stale and attempt to apply a message and label. Since those aren't defined, it just skips. However 3 operations are still "performed".

This PR disables issue checking by setting days-before-issue-stale to -1 based on discussion from one of the stalebot developers at: actions/stale#688

This PR also adjusts the PR message to contain our set days before stale and closure, for developer information.

Refs #20475

This is based on discussion from one of the stalebot developers at: 
actions/stale#688

Also adjusts the PR message to contain our set days before stale and 
closure, for developer information.
@cticenhour cticenhour requested a review from permcody as a code owner March 15, 2022 14:56
@cticenhour cticenhour requested a review from milljm March 15, 2022 14:56
@moosebuild
Copy link
Contributor

Job Documentation on 208b3e2 wanted to post the following:

View the site here

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

Job Coverage on 208b3e2 wanted to post the following:

Framework coverage

Coverage did not change

Modules coverage

Coverage did not change

Full coverage reports

Reports

This comment will be updated on new commits.

@permcody permcody merged commit 4ab280b into idaholab:next Mar 15, 2022
@cticenhour cticenhour deleted the stalebot-disable-issues-20475 branch March 15, 2022 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants