1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00

ci: auto assign project to issues/prs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-08-25 17:23:43 -03:00
parent d580a488d9
commit 70057e81e5
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

18
.github/workflows/assign.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Auto-assign project
on:
issues:
types: [opened]
pull_request:
types: [opened]
env:
MY_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
jobs:
assign:
runs-on: ubuntu-latest
name: Assign Project and Milestone
steps:
- uses: srggrs/assign-one-project-github-action@1.2.1
with:
project: 'https://github.com/orgs/goreleaser/projects/3'