mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 05:10:44 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.0...v1.0.1) --- 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>
17 lines
333 B
YAML
17 lines
333 B
YAML
name: Add new issues to project
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
add-to-project:
|
|
name: Add issue to project
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/add-to-project@v1.0.1
|
|
with:
|
|
project-url: https://github.com/orgs/esp-rs/projects/2
|
|
github-token: ${{ secrets.PAT }}
|