Browse Source
* 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] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Daniel Gibbs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/4162/head
committed by
GitHub
2 changed files with 19 additions and 2 deletions
@ -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/[email protected] |
|||
with: |
|||
project-url: https://github.com/orgs/GameServerManagers/projects/11 |
|||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
|||
labeled: "type: game server request" |
Loading…
Reference in new issue