Invoke system call RPC #36
Workflow file for this run
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: Auto assign to project | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
assign_to_project: | |
runs-on: ubuntu-latest | |
name: Assign issue/pull request to project | |
steps: | |
- name: Assign issues with `bug` or `enhancement` label to project | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/koinos/projects/6 | |
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }} | |
labeled: bug, enhancement | |
label-operator: OR |