Exclude EM images that have no beam locations (so we dont show SLI sp… #1718
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: GitHub Commit To Trello Comment | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: dalezak/github-commit-to-trello-card@v3 | |
with: | |
trello-api-key: ${{ secrets.TRELLO_KEY }} | |
trello-auth-token: ${{ secrets.TRELLO_TOKEN }} | |
trello-board-id: ${{ secrets.TRELLO_BOARD }} | |
trello-card-action: "Attachment" | |
trello-list-name-commit: "Doing" | |
trello-list-name-pr-open: "Reviewing" | |
trello-list-name-pr-closed: "Testing" |