File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 30
30
repository : " codecov-bitrise"
31
31
version : " ${{ needs.set-version.outputs.CODECOV_WRAPPER_VERSION }}"
32
32
secrets : inherit
33
+
34
+ circleci-orb :
35
+ needs : set-version
36
+ uses : ./.github/workflows/push-tag.yml
37
+ with :
38
+ repository : " codecov-circleci-orb"
39
+ version : " ${{ needs.set-version.outputs.CODECOV_WRAPPER_VERSION }}"
40
+ secrets : inherit
41
+
42
+ github-action :
43
+ needs : set-version
44
+ uses : ./.github/workflows/push-tag.yml
45
+ with :
46
+ repository : " codecov-action"
47
+ version : " ${{ needs.set-version.outputs.CODECOV_WRAPPER_VERSION }}"
48
+ secrets : inherit
Original file line number Diff line number Diff line change 1
- ---
1
+
2
2
# yamllint disable rule:line-length
3
3
name : Push tag to extension
4
4
on : # yamllint disable-line rule:truthy
65
65
66
66
- name : Create pull request into main
67
67
run : |
68
- gh pr create --title "chore(release): wrapper-${{ inputs.version }}" --body "--- " --base "main "
68
+ gh pr create --fill --base "main " --assignee "thomasrockhu-codecov "
69
69
env :
70
70
GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments