@cryptotaxi247 / netdata-1 / commits / 01c6d336f

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>

dependabot[bot] committed Jul 1, 2024 at 10:23 UTC 01c6d336fdd2febc0d1e37a20aa88a9d57ae0104
1 file changed +2 -2
.github/workflows/add-to-project.yml
+2 -2
@@ -13,13 +13,13 @@ jobs:
13 runs-on: ubuntu-latest
14 steps:
15 - name: Add issues to Agent project board
16 - uses: actions/add-to-project@v1.0.1
16 + uses: actions/add-to-project@v1.0.2
17 with:
18 project-url: https://github.com/orgs/netdata/projects/32
19 github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}
20
21 - name: Add issues to Product Bug project board
22 - uses: actions/add-to-project@v1.0.1
22 + uses: actions/add-to-project@v1.0.2
23 with:
24 project-url: https://github.com/orgs/netdata/projects/45
25 github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}