]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump leonsteinhaeuser/project-beta-automations from 1.2.1 to 1.3.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Aug 2022 20:09:26 +0000 (20:09 +0000)
committerTrenton Holmes <holmes.trenton@gmail.com>
Tue, 2 Aug 2022 15:10:45 +0000 (08:10 -0700)
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v1.2.1...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/project-actions.yml

index adfbc6d40ded22b3a4eb1df887752cbeeb13d659..d52f6d06a615039585947dcfe44723bc7c87fe1c 100644 (file)
@@ -25,7 +25,7 @@ jobs:
     if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened')
     steps:
       - name: Set issue status to ${{ env.todo }}
-        uses: leonsteinhaeuser/project-beta-automations@v1.2.1
+        uses: leonsteinhaeuser/project-beta-automations@v1.3.0
         with:
           gh_token: ${{ secrets.GH_TOKEN }}
           organization: paperless-ngx
@@ -38,7 +38,7 @@ jobs:
     if: github.event_name == 'pull_request_target' && (github.event.action == 'opened' || github.event.action == 'reopened')
     steps:
       - name: Set PR status to ${{ env.in_progress }}
-        uses: leonsteinhaeuser/project-beta-automations@v1.2.1
+        uses: leonsteinhaeuser/project-beta-automations@v1.3.0
         with:
           gh_token: ${{ secrets.GH_TOKEN }}
           organization: paperless-ngx