فهرست منبع

build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 (#4151)

* chore: auto add game server requests to gh project

* build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0

Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases)
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 سال پیش
والد
کامیت
e61a38bc5c
2فایلهای تغییر یافته به همراه19 افزوده شده و 2 حذف شده
  1. 17 0
      .github/workflows/add-to-project.yml
  2. 2 2
      .github/workflows/git-sync.yml

+ 17 - 0
.github/workflows/add-to-project.yml

@@ -0,0 +1,17 @@
+name: Add to project
+on:
+  issues:
+    types:
+      - opened
+      - labeled
+
+jobs:
+  add-to-project:
+    name: Add game server requests to project
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/add-to-project@v0.4.0
+        with:
+          project-url: https://github.com/orgs/GameServerManagers/projects/11
+          github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
+          labeled: "type: game server request"

+ 2 - 2
.github/workflows/git-sync.yml

@@ -10,8 +10,8 @@ jobs:
   GitHub-to-Bitbucket:
     runs-on: ubuntu-latest
     steps:
-      - name: webfactory/ssh-agent@v0.7.0
-        uses: webfactory/ssh-agent@v0.7.0
+      - name: webfactory/ssh-agent@v0.8.0
+        uses: webfactory/ssh-agent@v0.8.0
         with:
           ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}