From 74812f25737746011c643ac3cfe7679dedb5e3c0 Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Wed, 3 Apr 2024 11:16:14 -0400 Subject: [PATCH] chore(pf-issues): Updated github actions to add to pf issues. --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index a87badcf..3e27da6a 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -12,5 +12,5 @@ jobs: steps: - uses: actions/add-to-project@v0.3.0 with: - project-url: https://github.com/orgs/patternfly/projects/12 + project-url: https://github.com/orgs/patternfly/projects/7 github-token: ${{ secrets.GH_PROJECTS }}