-
Notifications
You must be signed in to change notification settings - Fork 613
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
Add dispatch actions task to ping tools on tag #6755
Conversation
Here's an example of this working: Requires a secret |
Allows automation of tagging of tools on allwpilib tag Adapted from robotpy
needs: [combine] | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: peter-evans/repository-dispatch@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to use repo dispatch rather than workflow dispatch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because that's what robotpy does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh when it was first added to robotpy, Github hadn't invented workflow_dispatch yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a recommendation for an action to trigger the workflow_dispatch? During a quick look through the actions marketplace, I didn't see any that seemed well maintained.
The corresponding PR to tag Smartdashboard is here: wpilibsuite/SmartDashboard#192 |
Allows automation of tagging of tools on allwpilib tag.
Adapted from robotpy