Skip to content

Commit

Permalink
ci: remove project automation
Browse files Browse the repository at this point in the history
New GitHub's project has automations built-in, so no action performed during checks is necessary

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ferferga committed Aug 31, 2024
1 parent 39d812e commit ee9df9e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
in_progress: true
comment: true

project:
name: Add to project board 📊
if: ${{ always() }}
runs-on: ubuntu-latest

steps:
- uses: alex-page/[email protected]
with:
project: Ongoing development
column: In progress
repo-token: ${{ secrets.JF_BOT_TOKEN }}

label:
name: Labeling 🏷️
if: ${{ always() }}
Expand Down

0 comments on commit ee9df9e

Please sign in to comment.