This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
chore: update c-bindings rfc to use callbacks #198
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 issues and PRs to vac-research PM Board | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
add-new-issue-to-new-column: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/[email protected] | |
with: | |
project: vac-research | |
column: New | |
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }} | |
- name: Add pull request to column "Review/QA" | |
if: ${{ !!github.event.pull_request }} | |
uses: alex-page/[email protected] | |
with: | |
project: vac-research | |
column: Review/QA | |
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }} |