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

gha-action-ci auto patch does not trigger auto-tag action #94

Closed
emteknetnz opened this issue Aug 16, 2023 · 2 comments
Closed

gha-action-ci auto patch does not trigger auto-tag action #94

emteknetnz opened this issue Aug 16, 2023 · 2 comments

Comments

@emteknetnz
Copy link
Member

emteknetnz commented Aug 16, 2023

Similar story to how gha-merge-up action did not trigger the gha-ci action, instead we needed to "manually" trigger the gha-ci via a githubaction call

We should be able to do this within the action-ci.yml workflow - just do a step to validate that the repo starts with "gha-" has the auto-tag.yml workflow before triggering auto-tag

--

Example workflow run: https://github.com/emteknetnz/gha-issue/actions/runs/5887182035

PRs

@GuySartorelli
Copy link
Member

Still fails, because autotag needs the workflow dispatch trigger on all relevant modules:
https://github.com/silverstripe/gha-auto-tag/actions/runs/5920696909/job/16052300615

@emteknetnz
Copy link
Member Author

emteknetnz commented Aug 21, 2023

There's an existing card to deal with that #96 - we need this one merged first though because it has the 'workflow_dispatch' event added to the action. Will close this card since everything is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants