Skip to content

Commit

Permalink
fix(ci): prs were not getting added to the project board or the knuu …
Browse files Browse the repository at this point in the history
…label (#397)

Co-authored-by: Jose Ramon Mañes <32740567+jrmanes@users.noreply.github.com>
  • Loading branch information
MSevey and tty47 authored May 30, 2024
1 parent 74e6413 commit 0affe91
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
types: [opened, ready_for_review]

jobs:
issue-management:
if: ${{ github.event.issue }}
name: Add issues to project and add triage label
add-to-project-with-knuu-label:
# ignore dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
name: Add issues and PRs to project and add knuu label
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
secrets: inherit
permissions:
Expand All @@ -21,20 +22,6 @@ jobs:
run-projects: true
project-url: https://github.com/orgs/celestiaorg/projects/27

add-pr-to-project:
# ignore dependabot PRs
if: ${{ github.event.pull_request && github.actor != 'dependabot[bot]' }}
name: Add PRs to project
uses: celestiaorg/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
secrets: inherit
permissions:
issues: write
pull-requests: write
with:
run-projects: true
project-labels: "knuu"
project-url: https://github.com/orgs/celestiaorg/projects/27

auto-add-reviewer:
name: Auto add reviewer to PR
if: github.event.pull_request
Expand Down

0 comments on commit 0affe91

Please sign in to comment.