[Bug]: HOST_KEEPALIVE_FEATURE
makes plugin not work
#15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add issues/PRs to my project automatically | |
on: | |
issues: | |
types: | |
- opened | |
- transferred | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue or PR to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/users/cp2004/projects/3 | |
github-token: ${{ secrets.PROJECT_ACCESS }} |