Skip to content

chore(deps): bump actions/add-to-project from 1.0.2 to 2.0.0 in /.github/workflows #8

chore(deps): bump actions/add-to-project from 1.0.2 to 2.0.0 in /.github/workflows

chore(deps): bump actions/add-to-project from 1.0.2 to 2.0.0 in /.github/workflows #8

name: Auto Assign to Project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-to-project:
runs-on: ubuntu-latest
name: Assign to "Backlog" Project
steps:
- name: Assign NEW issues and NEW pull requests to global project "Backlog" (1)
uses: actions/add-to-project@v2.0.0
with:
project-url: https://github.com/users/Blackjacx/projects/1
github-token: ${{ secrets.ACCESS_TOKEN }}