Skip to content

Commit 36e3bac

Browse files
committed
Merge branch 'main' of https://github.com/itcmsgr/nftban into fix/p91a-prometheus-filter
2 parents 19fd03f + 1367e42 commit 36e3bac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/project-health.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ jobs:
7272

7373
- name: Auto-commit STATUS.md (main branch only)
7474
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
75+
continue-on-error: true
7576
run: |
7677
if ! git diff --quiet -- STATUS.md; then
7778
git config user.name "github-actions[bot]"
7879
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
7980
git add STATUS.md
8081
git commit -m "chore: update STATUS.md [skip ci]"
8182
REPO_URL="https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
82-
git push "${REPO_URL}" HEAD:main
83+
git push "${REPO_URL}" HEAD:main || echo "::warning::STATUS.md auto-commit skipped (branch protection requires PR)"
8384
fi

0 commit comments

Comments
 (0)