-
Notifications
You must be signed in to change notification settings - Fork 8
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
Benchmark workflow #89
Comments
Multiline works with this: github/docs#21529 Tested it |
Removing a label remove-label:
if: "always()"
needs:
- benchmark
- output-benchmark
runs-on: ubuntu-latest
steps:
- name: Remove benchmark label
uses: octokit/[email protected]
id: remove-label
with:
route: DELETE /repos/{repo}/issues/{issue_number}/labels/{name}
repo: ${{ github.event.pull_request.head.repo.full_name }}
issue_number: ${{ github.event.pull_request.number }}
name: benchmark
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Ok, proposed a solution |
🎉 This issue has been resolved in version 3.9.0 🎉 The release is available on: Your optic bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
🚀 Feature Proposal
We should have a nice benchmark workflow for use in different repos.
While writing the benchmark workflow of fsj, i saw some issues, which should be tackled:
Motivation
No response
Example
No response
The text was updated successfully, but these errors were encountered: