Skip to content

Commit

Permalink
fix(addtoproject): only run in nightscout repo and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd-Bo3 committed Jul 4, 2024
1 parent 56c80e2 commit 8128077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Add bugs to bugs project
name: 8. DONT RUN - Add bugs to bugs project

on:
issues:
Expand All @@ -9,6 +9,7 @@ jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
if: github.repository_owner == 'nightscout'
steps:
- uses: actions/add-to-project@v1.0.2
with:
Expand All @@ -18,3 +19,4 @@ jobs:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: bug, needs-triage
label-operator: OR

0 comments on commit 8128077

Please sign in to comment.