File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,19 +10,29 @@ jobs:
1010 name : Bump OTP versions
1111 runs-on : ubuntu-latest
1212
13+ permissions :
14+ actions : read
15+ pull-requests : write
16+
1317 steps :
1418 - uses : actions/checkout@master
1519 with :
1620 submodules : true
1721
22+ - name : Set up Python
23+ uses : actions/setup-python@v5
24+ with :
25+ python-version : 3.12
26+ - name : Setup dependencies
27+ run : pip install requests beautifulsoup4
1828 - name : Pull OTP versions from Debian
19- run : curl --silent https://packages.debian.org/search?keywords=erlang | sed -ne '/Package erlang</,/<\/ul>/{/br/p}' | tee otp.versions
29+ run : python3 otp-bump.py
2030 - name : Create Pull Request
2131 uses : peter-evans/create-pull-request@v7
2232 with :
2333 delete-branch : true
24- commit-message : ' Tchu tchu, tchu tchu, thchu tchu tchu '
34+ commit-message : ' Bump OTP '
2535 branch : ' create-pull-request/otp-bump'
26- title : ' Topesi yo raison '
36+ title : ' OTP bump '
2737 body : |
28- Sebele !
38+ OTP bump
You can’t perform that action at this time.
0 commit comments