From 23913428cb21c38a769a8dcc7ca6766d6fdc65fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:37:33 +0200 Subject: [PATCH] chore: bump actions/add-to-project from 1.0.0 to 1.0.1 (#348) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/add-issue-to-project.yml | 2 +- .github/workflows/add-pr-to-project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index ef545db2..70f527e0 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: register bug/enhancement issues with release planning project - uses: actions/add-to-project@v1.0.0 + uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/varfish-org/projects/2 labeled: bug, needs-triage, enhancement diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml index 950a6e23..0895d2e0 100644 --- a/.github/workflows/add-pr-to-project.yml +++ b/.github/workflows/add-pr-to-project.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: register pull requests with release planning project - uses: actions/add-to-project@v1.0.0 + uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/varfish-org/projects/2 labeled: needs-review