File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# Generated for Konflux Application openshift-pipelines-cli by openshift-pipelines/hack. DO NOT EDIT
2- name : auto-merge-upstream
2+ name : auto-merge-upstream-tektoncd/cli
33
44on :
55 workflow_dispatch : {}
1010 permissions :
1111 pull-requests : write
1212 steps :
13- - name : Checkout the current repo
13+ - id : Checkout the current repo
1414 uses : actions/checkout@v5
15- - name : List PRs
16- id : list-prs
15+ - id : list-prs
1716 run : |
1817 echo "Listing PRs"
1918 gh auth status
3130 env :
3231 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3332
34- - name : add LGTM Label
33+ - id : add LGTM Label
3534 run : |
3635 # Approve and merge pull-request with no reviews
3736 for p in $pr_list; do
4140 env :
4241 pr_list : ${{ steps.list-prs.outputs.pr_list }}
4342 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44- - name : Merging PRs
43+ - id : Merging PRs
4544 run : |
4645 # Approve and merge pull-request with no reviews
4746 for p in $pr_list; do
Original file line number Diff line number Diff line change 11# Generated for Konflux Application openshift-pipelines-cli by openshift-pipelines/hack. DO NOT EDIT
2- name : update-sources
2+ name : update-sources-tektoncd/cli
33on :
44 workflow_dispatch : {}
55
You can’t perform that action at this time.
0 commit comments