[production/GCAFS.v1.0] Update g2tmpl and update UFSATM hash #113
Workflow file for this run
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 PR to Project | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - reopened | |
| jobs: | |
| add-to-project: | |
| name: Add pull request to project | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| steps: | |
| - name: Add PR | |
| uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/ufs-community/projects/70 | |
| github-token: ${{ secrets.PR_PROJECT_TOKEN }} | |
| - name: Add date created | |
| uses: nipe0324/update-project-v2-item-field@v2.0.2 | |
| with: | |
| project-url: https://github.com/orgs/ufs-community/projects/70 | |
| github-token: ${{ secrets.PR_PROJECT_TOKEN }} | |
| field-name: 'Date Opened' | |
| field-value: ${{ github.event.pull_request.created_at }} |