mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(ci): remove auto-assign
this mostly doesn't work anyway
This commit is contained in:
parent
3149ee2b2e
commit
bc89397672
18
.github/workflows/assign.yml
vendored
18
.github/workflows/assign.yml
vendored
@ -1,18 +0,0 @@
|
||||
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.3.1
|
||||
with:
|
||||
project: 'https://github.com/orgs/goreleaser/projects/3'
|
Loading…
x
Reference in New Issue
Block a user