Add UFSATM documentation // update MOM6 to its main repo. 20260302 commit (#3116) // Specify # of Increased Warnings/Remarks in GHA Check (#3132) #104
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 }} |