Merge pull request #825 from openedx/ahtesham/VAN-1349/add-label-support

fix: add new flag in autoupdate action
This commit is contained in:
Blue
2023-04-12 11:59:22 +05:00
committed by GitHub

View File

@@ -3,9 +3,17 @@ on:
push:
branches:
- master
pull_request:
types: [ labeled ]
branches:
- master
jobs:
autoupdate:
name: autoupdate
if: |
github.event_name == 'pull_request' &&
github.event.action == 'labeled' &&
github.event.label.name == 'autoupdate'
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1