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