Skip to content

Replace term tracker item in PR template #1938 #12505

Replace term tracker item in PR template #1938

Replace term tracker item in PR template #1938 #12505

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'