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

Use workflow dispatch for meta bump #6

Open
auscompgeek opened this issue Jan 14, 2021 · 3 comments
Open

Use workflow dispatch for meta bump #6

auscompgeek opened this issue Jan 14, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@auscompgeek
Copy link
Member

Right now we're using a repository dispatch to ping robotpy-meta. There's no reason to not be using a workflow dispatch instead to specifically target the bump workflow.

https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch
https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#create-a-workflow-dispatch-event

@virtuald
Copy link
Member

... I think that's what we're using?

@auscompgeek
Copy link
Member Author

No, we're definitely using repository dispatch currently:

https://github.com/robotpy/robotpy-meta/blob/8471c4b6b34c14188c4c46d0285dc665a553aa7c/.github/workflows/bump.yml#L4

(why on earth does that not generate a preview)

@auscompgeek
Copy link
Member Author

@auscompgeek auscompgeek added enhancement New feature or request good first issue Good for newcomers labels Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants