Consider implementing/using pipe operations to chain functions together #45
This file contains hidden or 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: Add to project board | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| - transferred | |
| pull_request: | |
| types: | |
| - reopened | |
| - opened | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| add-to-project: | |
| uses: seedcase-project/.github/.github/workflows/reusable-add-to-project.yml@main | |
| with: | |
| app-id: ${{ vars.ADD_TO_BOARD_APP_ID }} | |
| board-number: 18 | |
| secrets: | |
| add-to-board-token: ${{ secrets.ADD_TO_BOARD }} | |
| gh-token: ${{ secrets.GITHUB_TOKEN }} |