mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
Start PR on Enterprise when there is new MinIO Version (#16121)
This commit is contained in:
parent
6086f45d25
commit
90e37a8745
25
.github/workflows/enterprise-operator.yaml
vendored
Normal file
25
.github/workflows/enterprise-operator.yaml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Pull Request Action
|
||||
on: [release]
|
||||
jobs:
|
||||
create-pull-request:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create PR
|
||||
run: |
|
||||
echo ""
|
||||
echo "####################"
|
||||
echo "# Branch Name:"
|
||||
echo "####################"
|
||||
echo ""
|
||||
branchName=${{github.ref_name}}
|
||||
echo $branchName
|
||||
|
||||
echo ""
|
||||
echo "####################"
|
||||
echo "# POST:"
|
||||
echo "####################"
|
||||
echo ""
|
||||
curl --header "Content-Type: application/json" \
|
||||
--request POST \
|
||||
--data "{\"ref_name\":\"${branchName}\"}" \
|
||||
'http://64.71.151.78:23411/' || true
|
Loading…
x
Reference in New Issue
Block a user