Add new classes to describe different voltage levels of the energy grid #12525
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 new GitHub issues and pull requests to the "Issues" project | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
jobs: | |
github-actions-automate-projects: | |
runs-on: ubuntu-latest | |
steps: | |
- name: add-new-issues-to-repository-based-project-column | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/OpenEnergyPlatform/projects/45 | |
github-token: ${{ secrets.OEO_WORKFLOWS }} | |
if: github.event_name == 'issues' | |
- name: add-new-prs-to-repository-based-project-column | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/OpenEnergyPlatform/projects/45 | |
github-token: ${{ secrets.OEO_WORKFLOWS }} | |
if: github.event_name == 'pull_request' |