From 1bcf3c397d9429ddefe1c566176c0d4aa8841609 Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Mon, 8 Apr 2024 10:54:39 -0400 Subject: [PATCH] chore(pf-issues): Updated github actions to add to pf issues. (#294) --- .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 }}