mirror of
https://github.com/netdata/netdata.git
synced 2025-04-09 23:57:55 +00:00
Bump actions/add-to-project from 1.0.1 to 1.0.2 (#18043)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbc1e1605b
commit
01c6d336fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/add-to-project.yml
vendored
4
.github/workflows/add-to-project.yml
vendored
|
@ -13,13 +13,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add issues to Agent project board
|
||||
uses: actions/add-to-project@v1.0.1
|
||||
uses: actions/add-to-project@v1.0.2
|
||||
with:
|
||||
project-url: https://github.com/orgs/netdata/projects/32
|
||||
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}
|
||||
|
||||
- name: Add issues to Product Bug project board
|
||||
uses: actions/add-to-project@v1.0.1
|
||||
uses: actions/add-to-project@v1.0.2
|
||||
with:
|
||||
project-url: https://github.com/orgs/netdata/projects/45
|
||||
github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue