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

[actions] Update workflows #36404

Merged
merged 2 commits into from
Feb 1, 2024
Merged

[actions] Update workflows #36404

merged 2 commits into from
Feb 1, 2024

Conversation

Thomas1664
Copy link
Contributor

No description provided.

@autoantwort
Copy link
Contributor

Breaking changes from stale@v9:

Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.

This will increase the amount of stale issues by a lot.

@Cheney-W Cheney-W added the category:infrastructure Pertaining to the CI/Testing infrastrucutre label Jan 29, 2024
@Cheney-W
Copy link
Contributor

@dan-shaw @BillyONeal @JavierMatosD @vicroms
Please consider the changes mentioned by autoantwort: This will increase the amount of stale issues by a lot.

@Cheney-W Cheney-W added the info:reviewed Pull Request changes follow basic guidelines label Feb 1, 2024
@data-queue data-queue merged commit af8f7ee into microsoft:master Feb 1, 2024
16 checks passed
@Thomas1664 Thomas1664 deleted the gha branch February 2, 2024 08:12
@autoantwort
Copy link
Contributor

@Thomas1664 It seems that the bot is broken since the update: https://github.com/microsoft/vcpkg/actions/runs/7750221792

@Thomas1664
Copy link
Contributor Author

Thomas1664 commented Feb 2, 2024

I think the issue is a race condition for the creation of the cache file. Therefore, I think there should be 3 different jobs now?

I don't have time to further investigate it. Feel free to revert the update of the stale bot.

@autoantwort
Copy link
Contributor

I have created actions/stale#1133

TomKatom pushed a commit to TomKatom/vcpkg that referenced this pull request Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants