Remove eagle related code and reference since eagle is retired. #164
Workflow file for this run
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 }} |