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

Do not mark issues as stale #4942

Merged
merged 1 commit into from Nov 1, 2021
Merged

Conversation

morozov
Copy link
Member

@morozov morozov commented Oct 31, 2021

By default, both issues and PRs are marked as stale after days-before-stale (60) of inactivity. So, even though it didn't contain any issue-related configuration, the workflow deployed in #4935 started marking issues as stale as well (e.g. #4479 (comment)).

As a side effect of that, the workflow seems to be unable to go through all items due to the default limit on operations-per-run:

Processing the batch of issues #1 containing 100 issues...
...
Warning: No more operations left! Exiting...
Warning: If you think that not enough issues were processed you could try to increase the quantity related to the operations-per-run (​https://github.com/actions/stale#operations-per-run​) option which is currently set to 30
Statistics:
Processed items: 54
├── Processed issues: 28
└── Processed PRs   : 26
...
Operations performed: 32

Apart from that, the bot doesn't seem to post any comments, probably due to a lack of permissions. We can figure it out separately.

@morozov morozov added the CI label Oct 31, 2021
@morozov morozov added this to the 3.1.4 milestone Oct 31, 2021
@morozov morozov merged commit 44fb020 into doctrine:3.1.x Nov 1, 2021
@morozov morozov deleted the no-stale-issues branch November 1, 2021 04:35
@zimkha
Copy link

zimkha commented Nov 16, 2021

approved these

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants