We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187ecd0 commit 095a794Copy full SHA for 095a794
.github/workflows/add-ci-passed-label.yml.disabled renamed to .github/workflows/add-ci-passed-label.yml
@@ -1,5 +1,3 @@
1
-# DISABLED WHILE IS NOT 100% STABLE
2
-
3
# This workflow adds the 'ci-passed' label to a pull request once the 'CI Check' workflow completes successfully.
4
# Resets the 'ci-passed' label status when a pull request is synchronized or reopened,
5
# indicating that changes have been pushed and CI needs to rerun.
.github/workflows/ci-checks.yml.disabled renamed to .github/workflows/ci-checks.yml
# This workflow checks if all CI checks have passed by polling every 5 minutes for a total of 8 attempts.
name: CI Check
0 commit comments