This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/.github/workflows/add-issues-to-backlog.yml
Kasper Juul Hermansen 0c3df1cf0d
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update all dependencies
2022-11-21 20:19:18 +00:00

17 lines
352 B
YAML

name: Add issues to backlog project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/dagger/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}