File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 14
14
uses : ./.github/workflows/reusable_export_pr_details.yml
15
15
with :
16
16
record_pr_workflow_id : ${{ github.event.workflow_run.id }}
17
+ workflow_origin : ${{ github.event.repository.full_name }}
17
18
secrets :
18
19
token : ${{ secrets.GITHUB_TOKEN }}
19
20
label_pr :
Original file line number Diff line number Diff line change 12
12
uses : ./.github/workflows/reusable_export_pr_details.yml
13
13
with :
14
14
record_pr_workflow_id : ${{ github.event.workflow_run.id }}
15
+ workflow_origin : ${{ github.event.repository.full_name }}
15
16
secrets :
16
17
token : ${{ secrets.GITHUB_TOKEN }}
17
18
release_label_on_merge :
Original file line number Diff line number Diff line change 12
12
uses : ./.github/workflows/reusable_export_pr_details.yml
13
13
with :
14
14
record_pr_workflow_id : ${{ github.event.workflow_run.id }}
15
+ workflow_origin : ${{ github.event.repository.full_name }}
15
16
secrets :
16
17
token : ${{ secrets.GITHUB_TOKEN }}
17
18
check_related_issue :
Original file line number Diff line number Diff line change 6
6
record_pr_workflow_id :
7
7
required : true
8
8
type : number
9
+ workflow_origin : # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
10
+ required : true
11
+ type : string
9
12
secrets :
10
13
token :
11
14
required : true
32
35
33
36
jobs :
34
37
export_pr_details :
38
+ # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
39
+ if : inputs.workflow_origin == 'awslabs/aws-lambda-powertools-python'
35
40
runs-on : ubuntu-latest
36
41
env :
37
42
FILENAME : pr.txt
You can’t perform that action at this time.
0 commit comments