From 80e8804405b7a6ccb3f0ba34dcabfd0c988d11a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 00:44:30 +0000 Subject: [PATCH] Bump srggrs/assign-one-project-github-action Bumps [srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action) from 4d59cc619499b55ca689fb13cfcc72324a8b8435 to 1.3.1. This release includes the previously tagged commit. - [Release notes](https://github.com/srggrs/assign-one-project-github-action/releases) - [Changelog](https://github.com/srggrs/assign-one-project-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/srggrs/assign-one-project-github-action/compare/4d59cc619499b55ca689fb13cfcc72324a8b8435...65a8ddab497df42ef268001e67bbf976f8fd39e1) --- updated-dependencies: - dependency-name: srggrs/assign-one-project-github-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-to-project.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index bdbf69f..df19bb1 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -27,28 +27,28 @@ jobs: api.github.com:443 - name: Assign Issues to Bugs - uses: srggrs/assign-one-project-github-action@4d59cc619499b55ca689fb13cfcc72324a8b8435 + uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 if: contains(github.event.issue.labels.*.name, 'bug') with: project: 'https://github.com/irongut/CodeCoverageSummary/projects/1' column_name: 'Needs triage' - name: Assign Issues to Enhancements - uses: srggrs/assign-one-project-github-action@4d59cc619499b55ca689fb13cfcc72324a8b8435 + uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 if: contains(github.event.issue.labels.*.name, 'enhancement') with: project: 'https://github.com/irongut/CodeCoverageSummary/projects/2' column_name: 'To do' - name: Assign PRs to Bugs - uses: srggrs/assign-one-project-github-action@4d59cc619499b55ca689fb13cfcc72324a8b8435 + uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 if: contains(github.event.pull_request.labels.*.name, 'bug') with: project: 'https://github.com/irongut/CodeCoverageSummary/projects/1' column_name: 'In Progress' - name: Assign PRs to Enhancements - uses: srggrs/assign-one-project-github-action@4d59cc619499b55ca689fb13cfcc72324a8b8435 + uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 if: contains(github.event.pull_request.labels.*.name, 'enhancement') with: project: 'https://github.com/irongut/CodeCoverageSummary/projects/2'