Delete add-to-project.yml

This commit is contained in:
Emotion 2022-07-25 01:45:17 +12:00 committed by GitHub
parent 9dcfd5c1e2
commit 17f4d446e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"