Skip to content

Commit

Permalink
ci: trigger raising a PR for the OperatorHub repos after a release ge…
Browse files Browse the repository at this point in the history
…ts published (#1082)

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
  • Loading branch information
HarikrishnanBalagopal committed Aug 26, 2023
1 parent 29c061c commit 6320ccd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ jobs:
ref: 'main',
inputs: {tag},
});
await github.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: 'move2kube-operator',
workflow_id: 'raise-pr.yml',
ref: 'main',
inputs: {tag, 'commit_ref': 'main'},
});

0 comments on commit 6320ccd

Please sign in to comment.