Delete add-to-project.yml
This commit is contained in:
parent
9dcfd5c1e2
commit
17f4d446e3
1 changed files with 0 additions and 15 deletions
15
.github/workflows/add-to-project.yml
vendored
15
.github/workflows/add-to-project.yml
vendored
|
@ -1,15 +0,0 @@
|
|||
name: Add to Project
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add To GitHub projects
|
||||
uses: actions/add-to-project@v0.3.0
|
||||
with:
|
||||
# URL of the project to add issues to
|
||||
project-url: https://github.com/orgs/EllieBotDevs/projects/3
|
||||
# A GitHub personal access token with write access to the project
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
Reference in a new issue