Skip to content

add study descriptor as seperate term #12509

add study descriptor as seperate term

add study descriptor as seperate term #12509

Workflow file for this run

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'