File tree Expand file tree Collapse file tree
individual-shell-tools/sed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Validate PR Metadata and Check SDC-Tools Tasks
22on :
3- pull_request :
3+ pull_request_target :
44 types :
55 - labeled
66 - opened
2424 if : ${{ github.event.label.name == 'Needs Review' }}
2525 steps :
2626 - name : checkout base branch
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v7
28+ with :
29+ allow-unsafe-pr-checkout : true
30+ ref : ${{ github.event.pull_request.head.sha }}
2831 - name : Get changed files
2932 id : changed-files
3033 uses : tj-actions/changed-files@v47.0.5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This is a sample file for experimenting with sed.
22
33It contains many lines, and there are some things you may want to do with each of them.
44
5- We' ll include some score information:
5+ We will include some score information:
6637 Alisha
7715 Jacob
887 Pietro
Original file line number Diff line number Diff line change 11Selma, Software Engineer
2- Selma, Software Engineer
You can’t perform that action at this time.
0 commit comments