mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 10:48:14 +04:00
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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@v1.0.2
|
|
with:
|
|
project-url: https://github.com/orgs/tabler/projects/9/views/1
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|