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

ci: add workflow to create core tags automatically #1863

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

gotmax23
Copy link
Collaborator

@gotmax23 gotmax23 commented Sep 11, 2024

This workflow runs the tag script (check for new core tags, create the corresponding tag in this repo) automatically so we don't have to do it ourselves anymore. It runs on an hourly basis and can be triggered manually if desired.

Fixes: #66

@gotmax23
Copy link
Collaborator Author

I updated the issue description with more context. I did some testing in https://github.com/gotmax23/ansible-documentation/actions/workflows/tag.yml.

Copy link
Contributor

@oraNod oraNod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thank you @gotmax23

@oraNod oraNod added no_backport This PR should not be backported. devel only. tooling This PR affects tooling (CI, pr_labeler, noxfile, linters, etc.) but not the docs builds themselves. labels Sep 11, 2024
@oraNod oraNod merged commit d06c4b1 into ansible:devel Sep 11, 2024
9 checks passed
@felixfontein
Copy link
Collaborator

Hmm, this currently fails (https://github.com/ansible/ansible-documentation/actions/runs/10810821172/job/29988881660), likely because the environment secrets are not available. My guess is that environment: github-bot is missing.

@felixfontein
Copy link
Collaborator

That seems to have fixed it (#1866). At least a manually triggered dry run worked fine.

@gotmax23
Copy link
Collaborator Author

Ah, yeah, I forgot that those secrets were in a separate environment. Thanks @felixfontein!

oraNod pushed a commit that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no_backport This PR should not be backported. devel only. tooling This PR affects tooling (CI, pr_labeler, noxfile, linters, etc.) but not the docs builds themselves.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create tagged releases for stable branches
3 participants