mirror of
https://github.com/netdata/netdata.git
synced 2025-04-15 10:04:15 +00:00
Bump actions/add-to-project from 0.5.0 to 0.6.0 (#17091)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d28d1f71c7
commit
ec53165535
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@v0.5.0
|
||||
uses: actions/add-to-project@v0.6.0
|
||||
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@v0.5.0
|
||||
uses: actions/add-to-project@v0.6.0
|
||||
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