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:
parent
d580a488d9
commit
70057e81e5
18
.github/workflows/assign.yml
vendored
Normal file
18
.github/workflows/assign.yml
vendored
Normal 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'
|
Loading…
Reference in New Issue
Block a user