Skip to content

Commit bed16fe

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

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: write-all
14+
1315
steps:
1416
- uses: actions/checkout@master
1517
with:
1618
submodules: true
1719

20+
- name: Set up Python
21+
uses: actions/setup-python@v5
22+
with:
23+
python-version: 3.12
24+
- name: Setup dependencies
25+
run: pip install requests beautifulsoup4
1826
- 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
27+
run: python3 bump-otp-matrix.py | jq -C '.'
2028
- name: Create Pull Request
2129
uses: peter-evans/create-pull-request@v7
2230
with:
31+
token: ${{ secrets.OTP_BUMP }}
2332
delete-branch: true
24-
commit-message: 'Tchu tchu, tchu tchu, thchu tchu tchu'
33+
commit-message: 'Bump OTP'
2534
branch: 'create-pull-request/otp-bump'
26-
title: 'Topesi yo raison'
35+
title: 'OTP bump'
2736
body: |
28-
Sebele !
37+
### OTP bump
38+
Aligned versions with [Debian](https://packages.debian.org/search?keywords=erlang).

0 commit comments

Comments
 (0)