Skip to content

Add UFSATM documentation // update MOM6 to its main repo. 20260302 commit (#3116) // Specify # of Increased Warnings/Remarks in GHA Check (#3132) #104

Add UFSATM documentation // update MOM6 to its main repo. 20260302 commit (#3116) // Specify # of Increased Warnings/Remarks in GHA Check (#3132)

Add UFSATM documentation // update MOM6 to its main repo. 20260302 commit (#3116) // Specify # of Increased Warnings/Remarks in GHA Check (#3132) #104

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 }}