sdhdfh
This commit is contained in:
parent
21a772f9d2
commit
652a1574fe
6
.github/workflows/label-maker.yml
vendored
6
.github/workflows/label-maker.yml
vendored
@ -1,7 +1,11 @@
|
||||
name: ConaIsa
|
||||
|
||||
# Relevant to events - https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
|
||||
on: push
|
||||
on:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
paths:
|
||||
- '*.labels.yml$'
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
|
10
.github/workflows/labeler.yml
vendored
10
.github/workflows/labeler.yml
vendored
@ -1,11 +1,11 @@
|
||||
# Workflow to associate labels automatically
|
||||
name: Label management
|
||||
|
||||
# Trigger if push
|
||||
on: [pull_request]
|
||||
# push:
|
||||
# paths:
|
||||
# - '.*label-pr\.yml$'
|
||||
on:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
paths:
|
||||
- '*.label-pr.yml$'
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
Loading…
Reference in New Issue
Block a user