Skip to content

Commit

Permalink
ci: community contribution job doesn't work as expected (#9957)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 12, 2024
1 parent cabef9a commit a797850
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/after-close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
BRANCH: refs/pull/${{ github.event.number }}/merge
steps:
- uses: actions/checkout@v4.2.2
continue-on-error: true
- run: |
- continue-on-error: true
run: |
gh cache list --ref $BRANCH > cache.log && cat cache.log
for cacheId in $(gh cache list --ref $BRANCH --json id | jq -r .[].id); do
Expand Down Expand Up @@ -43,15 +43,3 @@ jobs:
env:
GCP_SA_KEY: ${{ secrets.FIREBASE_TAIGA_PREVIEWS_SA }}
PROJECT_ID: taiga-previews

community-contribution:
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions-ecosystem/action-add-labels@v1.1.3
if: ${{ github.event.pull_request.merged == true }}
with:
github_token: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
labels: |
community contribution

0 comments on commit a797850

Please sign in to comment.