Skip to content

Commit

Permalink
Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3 (#819)
Browse files Browse the repository at this point in the history
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
- [Commits](alex-page/github-project-automation-plus@1f8873e...7ffb872)

---
updated-dependencies:
- dependency-name: alex-page/github-project-automation-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 30, 2023
1 parent b2919ec commit 3b3fe38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- name: 'Project v1: Add Issue'
if: ${{ github.event_name == 'issues' && env.gh_token }}
uses: alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
with:
project: Backlog
column: Inbox
repo-token: ${{ env.gh_token }}

- name: "Project v1: Add Pull Request"
if: ${{ github.event_name == 'pull_request' && env.gh_token }}
uses: alex-page/github-project-automation-plus@1f8873e97e3c8f58161a323b7c568c1f623a1c4d
uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43
with:
project: Backlog
column: In progress
Expand Down

0 comments on commit 3b3fe38

Please sign in to comment.