1
0
Fork 0
This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Ellie-bot/.github/workflows/add-to-project.yml
2022-07-25 01:44:24 +12:00

15 lines
446 B
YAML

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