Skip to content

Switch from tox-gh-actions to tox-gh #29

Switch from tox-gh-actions to tox-gh

Switch from tox-gh-actions to tox-gh #29

Workflow file for this run

---
name: Add issues to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./actions/add-to-project
with:
project-token: ${{ secrets.PROJECT_PAT }}