ci: Remove PR tracking action

This commit is contained in:
Nathan Adams 2024-01-15 20:06:45 +01:00 committed by TÖRÖK Attila
parent f908b8b33e
commit e5e1a8e11b
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
name: Track merged pull requests
on:
pull_request:
types:
- closed
jobs:
add-to-project:
if: github.event.pull_request.merged == true
name: Add pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/ruffle-rs/projects/7
github-token: ${{ secrets.RUFFLE_BUILD_TOKEN }}