Skip to content

Commit

Permalink
fix: correct name of org and trigger on reopened
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Feb 12, 2025
1 parent 4329bb1 commit 39d1339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
issues:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/topology-foundation/projects/1
project-url: https://github.com/orgs/topology-gg/projects/1
github-token: ${{ secrets.TOPOLOGY_PAT }}

0 comments on commit 39d1339

Please sign in to comment.