mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
260b53ee16
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
410 B
YAML
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@v0.5.0
|
|
with:
|
|
project-url: https://github.com/orgs/tabler/projects/9/views/1
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|