mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
👷 Remove auto add to project GH action
This commit is contained in:
parent
3d5458b268
commit
fa08d38a29
19
.github/workflows/auto-add-to-project.yml
vendored
19
.github/workflows/auto-add-to-project.yml
vendored
@ -1,19 +0,0 @@
|
||||
name: Automatically add issues to projects when labeled
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
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/users/baptisteArno/projects/4
|
||||
github-token: ${{ secrets.AUTO_ADD_PROJECT_PAT }}
|
||||
Loading…
Reference in New Issue
Block a user