Skip to content

Commit 0dc2973

Browse files
authored
Merge pull request #1087 from kumvijaya/current
T8100: updated workflows for pull_request_target policy updates
2 parents 2176d40 + 8337260 commit 0dc2973

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

.github/workflows/add-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request_target:
66
branches:
77
- current
8-
- equuleus
8+
- circinus
99
- sagitta
1010

1111
permissions:

.github/workflows/check-pr-message.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
pull_request_target:
66
branches:
77
- current
8+
- circinus
89
- sagitta
9-
- equuleus
10+
types: [opened, synchronize, edited]
1011

1112
permissions:
1213
pull-requests: write

.github/workflows/codeql.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@ name: "Perform CodeQL Analysis"
22

33
on:
44
push:
5-
branches: [ "current", "sagitta", "equuleus" ]
5+
branches:
6+
- current
7+
- circinus
8+
- sagitta
9+
paths:
10+
- '**'
11+
- '!.github/**'
12+
- '!**/*.md'
613
pull_request:
714
# The branches below must be a subset of the branches above
8-
branches: [ "current" ]
15+
branches:
16+
- current
17+
- circinus
18+
- sagitta
19+
paths:
20+
- '**'
21+
- '!.github/**'
22+
- '!**/*.md'
923
schedule:
1024
- cron: '22 10 * * 0'
11-
workflow_dispatch:
1225

1326
permissions:
1427
actions: read

0 commit comments

Comments
 (0)