delete repo level project tracking

This commit is contained in:
Asmir Avdicevic
2025-05-26 14:32:08 +02:00
committed by GitHub
parent c9c2646fe0
commit 1982b6ce00
-19
View File
@@ -1,19 +0,0 @@
name: Add PRs and Issues to Project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/n0-computer/projects/1
github-token: ${{ secrets.PROJECT_PAT }}