Skip to content

feat: implement control of 5vce #62

feat: implement control of 5vce

feat: implement control of 5vce #62

name: Auto Assign to Project(s)
on:
issues:
types: [opened, labeled]
pull_request:
types: [opened, labeled]
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/rrivirr/projects/2
github-token: ${{ secrets.MY_GITHUB_TOKEN }}