Skip to content

consider filtering production data to only those companies we have an ID and/or ISIN for #1

consider filtering production data to only those companies we have an ID and/or ISIN for

consider filtering production data to only those companies we have an ID and/or ISIN for #1

name: Adds all new issues and PRs to the Transition Monitor project
on:
issues:
types:
- opened
- transferred
pull_request:
branches: [main]
types:
- opened
jobs:
add-to-tm-project:
name: Add issue/PR to Transition Monitor project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/8
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}
add-to-maintainer-project:
name: Add issue/PR to @cjyetman's maintainer project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/RMI-PACTA/projects/13
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}