1
0
Fork 0

Create add-to-project.yml

This commit is contained in:
Emotion 2022-07-25 01:31:36 +12:00 committed by GitHub
parent e80d8e1284
commit e5ea08c1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/add-to-project.yml vendored Normal file
View file

@ -0,0 +1,15 @@
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: EllieBotDevs/Ellie-bot
# A GitHub personal access token with write access to the project
github-token: "${{ secrets.GH_PAT }}"