From 791aeb05c451375ea78c1f64ef56438057474cc3 Mon Sep 17 00:00:00 2001 From: Brent Toderash Date: Mon, 2 Feb 2026 21:11:50 -0600 Subject: [PATCH] Remove open PR status workflow configuration Signed-off-by: Brent Toderash --- .github/workflows/open-pr-status.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/open-pr-status.yml b/.github/workflows/open-pr-status.yml index f103038..8b13789 100644 --- a/.github/workflows/open-pr-status.yml +++ b/.github/workflows/open-pr-status.yml @@ -1,26 +1 @@ -name: Set Open PR Status - -on: - pull_request: - branches: [ "main" ] - types: [ opened, reopened, synchronize ] # Triggers - - # run manually from Actions tab - workflow_dispatch: - -jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - name: Set Review Status - with: - state: 'review' - context: 'Initial Check' - description: 'Setting Status to Review...' - - uses: actions/add-to-project@RELEASE_VERSION - with: - project-url: https://github.com/orgs/fairpm/projects/15 -# github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} -# labeled: needs-review -# label-operator: AND