1
0

Compare commits

..

1 Commits

Author SHA256 Message Date
Nathan Cutler
2fbc9cc4db workflows: adapt patchinfo_numberator for src.opensuse.org operation
Originally we had a literal, byte-for-byte copy of this action from src.suse.de,
but since src.suse.de is not accessible from src.opensuse.org, it was doomed
to fail.

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-22 12:01:13 +02:00
3 changed files with 4 additions and 9 deletions

View File

@@ -9,21 +9,21 @@ jobs:
steps:
# Generic action from GitHub to clone the product git repo
- name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/github-actions-checkout@v4
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
with:
token: ${{ secrets.REPO_WRITE }}
repo-sha256: true
- name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/patchinfo-numbering-action@v0
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
- name: Get last commit author
id: last-commit
run: |
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
- name: Commit changes back
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
with:
commit_user_name: gitea-actions-autobuild
commit_user_email: autobuild+gitea@suse.de
commit_user_email: autobuild+gitea@opensuse.org
commit_author: ${{ steps.last-commit.outputs.author }}
commit_message: "Update incident numbers [skip actions]"
commit_options: '--no-edit'

4
.gitmodules vendored
View File

@@ -26262,7 +26262,3 @@
path = ripgrep
url = ../../pool/ripgrep
branch = leap-16.0
[submodule "python-ipaddr"]
path = python-ipaddr
url = ../../pool/python-ipaddr
branch = leap-16.0

Submodule python-ipaddr deleted from a63be662c7