Skip to content

Commit

Permalink
Bump leonsteinhaeuser/project-beta-automations from 1.2.0 to 2.2.1 (#…
Browse files Browse the repository at this point in the history
…1898)

Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.2.0 to 2.2.1.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](leonsteinhaeuser/project-beta-automations@v1.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 29c2a84 commit 04d7d5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/projects-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
steps:
- name: 'Move issue to ${{ env.status_todo }}'
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
env:
DEBUG_LOG: "true"
with:
Expand All @@ -50,7 +50,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'closed'
steps:
- name: Moved issue to ${{ env.status_done }}
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
env:
DEBUG_LOG: "true"
with:
Expand All @@ -68,7 +68,7 @@ jobs:
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened')
steps:
- name: 'Move PR to ${{ env.status_in_progress }}'
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
env:
DEBUG_LOG: "true"
with:
Expand All @@ -86,7 +86,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
steps:
- name: Move PR to ${{ env.status_done }}
uses: leonsteinhaeuser/project-beta-automations@v1.2.0
uses: leonsteinhaeuser/project-beta-automations@v2.2.1
env:
DEBUG_LOG: "true"
with:
Expand Down

0 comments on commit 04d7d5c

Please sign in to comment.