We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77408a commit 9e1e274Copy full SHA for 9e1e274
.github/workflows/mr.yml
@@ -4,8 +4,8 @@ name: MR_CHECK
4
5
# Controls when the workflow will run
6
on:
7
- pull_request:
8
- branches: [ master ]
+ pull_request_target:
+ types: [labeled]
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
0 commit comments