Change MOM6_OUTPUT_FH variable name to MOM6_HISTFREQ_N + Update MOM6 with inline-CDEPS capability #3033 #65
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 }} |