You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
label-conflicts: Only on branch push, not PR (#600)
This commit is contained in:
12
.github/workflows/label-merge-conflicts.yml
vendored
12
.github/workflows/label-merge-conflicts.yml
vendored
@@ -1,14 +1,10 @@
|
||||
|
||||
name: Label merge conflicts
|
||||
|
||||
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||
# events but only for the develop branch
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
types: [opened, synchronize, reopened]
|
||||
# Controls when the action will run. Triggers the workflow on push to repo branches
|
||||
# (It shouldn't run on pull requests, as it won't have the right credentials to
|
||||
# edit labels on other PRs.)
|
||||
on: push
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user