From 012aca9077c27a1c9ec5d42a5d18a195c9ad63b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:02:27 +0000 Subject: [PATCH] Bump leonsteinhaeuser/project-beta-automations from 2.1.0 to 2.2.1 Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases) - [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/d1c1261558118c0876fdb2b57a649303925e5a70...939000fb1900c9fc4f7b5058a09d9f833ebc6859) --- updated-dependencies: - dependency-name: leonsteinhaeuser/project-beta-automations dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/project_automation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml index e952b98..0d9124d 100644 --- a/.github/workflows/project_automation.yml +++ b/.github/workflows/project_automation.yml @@ -14,7 +14,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'opened' && !(contains(github.event.issue.labels.*.name, 'maintenance') || contains(github.event.issue.labels.*.name, 'needs investigation') || contains(github.event.issue.labels.*.name, 'approved')) steps: - name: Move new issues to Backlog - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs @@ -27,7 +27,7 @@ jobs: if: github.event.action == 'labeled' && github.event.label.name == 'needs investigation' steps: - name: Move needs investigation labeled issues to Needs Investigation status - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs @@ -41,7 +41,7 @@ jobs: (github.event.action == 'labeled' && github.event.label.name == 'approved') steps: - name: Move Dependabot PR or approved issues to Ready to work - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs @@ -54,7 +54,7 @@ jobs: if: github.event.action == 'labeled' && github.event.label.name == 'maintenance' steps: - name: Move maintenance labeled issues to Ready to Work - uses: leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0 + uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1 with: gh_token: ${{ secrets.GH_TOKEN }} organization: revelrylabs