We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see title, use the following yaml, trigger a build, restart it. build will be missing the labeled step
- name: pull-labeled-with-bug image: golang ruleset: event: 'pull_request:labeled' label: [ 'bug' ] commands: - echo "pull request labeled" - name: run-always image: golang commands: - echo "run always"
The text was updated successfully, but these errors were encountered:
This extends to comment steps with additional comment specification, e.g.
comment
- name: comment-with-bug image: golang ruleset: event: comment comment: "test suite" commands: - echo "running comment-driven test suite" - name: run-always image: golang commands: - echo "run always"
Sorry, something went wrong.
Either we implement saving the state or document and prevent ability to restart these types of events.
re Easton's comment, we have this out there #453 as well
No branches or pull requests
see title, use the following yaml, trigger a build, restart it. build will be missing the labeled step
The text was updated successfully, but these errors were encountered: