Files
tabler/.github/workflows/add_to_project.yml
T
dependabot[bot]andStarDev 1350f86d16 chore(deps): bump actions/add-to-project from 1.0.2 to 2.0.0 (#2655)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-05 23:27:06 +02:00

20 lines
410 B
YAML

name: Add new issues and pr to project
on:
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
add-to-project:
name: Add new issue and pr to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v2.0.0
with:
project-url: https://github.com/orgs/tabler/projects/9/views/1
github-token: ${{ secrets.GITHUB_TOKEN }}