Skip to content

Commit 7fc26cb

Browse files
committed
qip2
Signed-off-by: Ariel Otilibili <[email protected]>
1 parent 3146671 commit 7fc26cb

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed
File renamed without changes.

.github/workflows/otp-bump.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)