Skip to content

Commit

Permalink
[#32] Dependency update leonsteinhaeuser/project-beta-automations act…
Browse files Browse the repository at this point in the history
…ion to v2.1.0 (#56)

Signed-off-by: Mustafa Ozhan <mr.mustafa.ozhan@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <mr.mustafa.ozhan@gmail.com>
  • Loading branch information
renovate[bot] and mustafaozhan committed Feb 24, 2023
1 parent 687ad8a commit 6108b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 'Move to "📖 To do"'
if: (github.event_name == 'pull_request' || github.event_name == 'issues') &&
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'ready_for_review' || github.event_name == 'pull_request' && github.event.action == 'converted_to_draft')
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: SubMob
Expand All @@ -31,7 +31,7 @@ jobs:
- name: 'Move to "✅ Done"'
if: (github.event_name == 'pull_request' || github.event_name == 'issues') &&
github.event.action == 'closed'
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: SubMob
Expand Down

0 comments on commit 6108b48

Please sign in to comment.