Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/open-pr-status.yml
Original file line number Diff line number Diff line change
@@ -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