Skip to content

chore(deps): bump the python group across 1 directory with 9 updates #1940

chore(deps): bump the python group across 1 directory with 9 updates

chore(deps): bump the python group across 1 directory with 9 updates #1940

---
name: Auto Assign to Project(s)
# yamllint disable-line rule:truthy
on:
issues:
types: [opened, labeled]
pull_request:
types: [opened, labeled]
issue_comment:
types: [created]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MY_GITHUB_TOKEN: ${{ secrets.CHISEL_GITHUB_TOKEN }}
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/users/chizmw/projects/1
github-token: ${{ secrets.CHISEL_GITHUB_TOKEN }}