-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1025 from NREL/develop
v3.0.0 release
- Loading branch information
Showing
2,368 changed files
with
4,637,348 additions
and
2,487,134 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
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/[email protected] | ||
with: | ||
project-url: https://github.com/orgs/NREL/projects/38 | ||
github-token: ${{ secrets.GHB_TOKEN }} |
Oops, something went wrong.