Update Hot Water Fixtures tsv + Update hot water end uses for operational calculations #269
This file contains 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 pull request or issue to project | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
issues: | |
types: | |
- opened | |
- reopened | |
- transferred | |
jobs: | |
add-to-project: | |
name: Add pull request or issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v1.0.0 | |
with: | |
project-url: https://github.com/orgs/NREL/projects/38 | |
github-token: ${{ secrets.GHB_TOKEN }} |