mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Tweak add-to-project GitHub action (#14934)
* ignore crowdin updates PRs * update version * out of beta!
This commit is contained in:
6
.github/workflows/add-to-project.yml
vendored
6
.github/workflows/add-to-project.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Add issues to Projects (beta)
|
||||
name: Add issues to Projects
|
||||
|
||||
on:
|
||||
issues:
|
||||
@@ -13,7 +13,9 @@ jobs:
|
||||
name: Add issue to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.0.3
|
||||
- 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