mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Delete add-to-project.yml
This commit is contained in:
21
.github/workflows/add-to-project.yml
vendored
21
.github/workflows/add-to-project.yml
vendored
@@ -1,21 +0,0 @@
|
||||
name: Add issues to Projects
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.3.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/directus/projects/6
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
labeled: Automerge
|
||||
label-operator: NOT
|
||||
Reference in New Issue
Block a user