diff --git a/.github/workflows/LABEL.yml b/.github/workflows/LABEL.yml index 3ddd8aa..351aa80 100644 --- a/.github/workflows/LABEL.yml +++ b/.github/workflows/LABEL.yml @@ -30,7 +30,8 @@ jobs: if ( title.startsWith("fix") || - title.startsWith("bug") + title.startsWith("bug") || + title.startsWith("patch") ) {label = "patch";} else if ( diff --git a/.github/workflows/VALIDATION.yml b/.github/workflows/VALIDATION.yml index be75f9e..3f8a3d6 100644 --- a/.github/workflows/VALIDATION.yml +++ b/.github/workflows/VALIDATION.yml @@ -33,7 +33,7 @@ jobs: - name: Delayed execution if: steps.check.outputs.result == 'wait' - run: sleep 10 + run: sleep 30 - name: Check labels uses: actions/github-script@v7