@cryptotaxi247 / netdata / commits / acce06c98

build(deps): bump actions/add-to-project from 1.0.2 to 2.0.0 (#22461)

Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed May 11, 2026 at 11:44 UTC acce06c98f6c6ca3db161110f02fcb2cc18942c4
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.2
16 + uses: actions/add-to-project@v2.0.0
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.2
22 + uses: actions/add-to-project@v2.0.0
23 with:
24 project-url: https://github.com/orgs/netdata/projects/45
25 github-token: ${{ secrets.NETDATABOT_ORG_GITHUB_TOKEN }}