Add All GTA 5 Vehicles to NPC Traffic #48
Workflow file for this run
This file contains hidden or 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: "Automatic Pull Request tracking" | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
runs-on: ubuntu-latest | |
name: Add pull request to project | |
steps: | |
- uses: actions/add-to-project@v0.1.0 | |
with: | |
project-url: https://github.com/orgs/SOZ-Faut-etre-Sub/projects/3 | |
github-token: ${{ secrets.GH_ADD_TO_PROJECT_TOKEN }} |