Merge branch 'config' into localApps
This commit is contained in:
4
.github/workflows/renovate-app-version.yml
vendored
4
.github/workflows/renovate-app-version.yml
vendored
@@ -34,7 +34,6 @@ jobs:
|
|||||||
needs: get-latest-commit-author
|
needs: get-latest-commit-author
|
||||||
if: |
|
if: |
|
||||||
github.actor == 'renovate[bot]' &&
|
github.actor == 'renovate[bot]' &&
|
||||||
github.triggering_actor == 'renovate[bot]' &&
|
|
||||||
needs.get-latest-commit-author.outputs.latest_commit_author != github.repository_owner &&
|
needs.get-latest-commit-author.outputs.latest_commit_author != github.repository_owner &&
|
||||||
startsWith(github.head_ref, 'renovate/')
|
startsWith(github.head_ref, 'renovate/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -147,8 +146,7 @@ jobs:
|
|||||||
check-labels:
|
check-labels:
|
||||||
name: Check labels
|
name: Check labels
|
||||||
if: |
|
if: |
|
||||||
github.actor == 'renovate[bot]' &&
|
github.actor == 'renovate[bot]'
|
||||||
github.triggering_actor == 'renovate[bot]'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
enable: ${{ steps.check-labels.outputs.enable }}
|
enable: ${{ steps.check-labels.outputs.enable }}
|
||||||
|
|||||||
Reference in New Issue
Block a user