Typo for square feet area of multi-family (33171 needs to be reduced an order of magnitude) #120
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@v0.3.0 | |
with: | |
project-url: https://github.com/orgs/NREL/projects/38 | |
github-token: ${{ secrets.GHB_TOKEN }} |