couldn't find arm64 image for kanister #73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage Issues | |
permissions: | |
contents: read | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
triage: | |
if: github.repository == 'kanisterio/kanister' | |
name: Triage | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Add label | |
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 | |
with: | |
labels: "triage" | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
- | |
name: Add comment | |
uses: actions-ecosystem/action-create-comment@e23bc59fbff7aac7f9044bd66c2dc0fe1286f80b # v1.0.2 | |
if: github.event.action == 'opened' | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
body: | | |
Thanks for opening this issue :+1:. The team will review it shortly. | |
If this is a bug report, make sure to include clear instructions how on to reproduce the problem with [minimal reproducible examples](https://stackoverflow.com/help/minimal-reproducible-example), where possible. If this is a security report, please review our security policy as outlined in [SECURITY.md](https://github.com/kanisterio/kanister/blob/master/SECURITY.md). | |
If you haven't already, please take a moment to review our project's [Code of Conduct](https://github.com/kanisterio/kanister/blob/master/CODE_OF_CONDUCT.md) document. | |
- | |
name: Update project | |
uses: alex-page/github-project-automation-plus@303f24a24c67ce7adf565a07e96720faf126fe36 # v0.9.0 | |
with: | |
repo-token: ${{ secrets.GH_TOKEN }} # must use a PAT here | |
project: Kanister | |
column: To Be Triaged |