Skip to content

Commit de08986

Browse files
authored
Merge pull request #2863 from SUSE/for-deploy-16.0
🤖: Update build recipes for 16.0
2 parents daa3ce2 + 26049c8 commit de08986

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/changelog_checker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Check the changelogs
44
on:
55
pull_request:
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
changelog-check:
912
name: changelog check

.github/workflows/find-missing-packages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ on:
66
branches:
77
- '16.0'
88

9+
permissions:
10+
contents: read
11+
issues: write
12+
913
jobs:
10-
create-issues-for-dan:
14+
create-issues-for-dockerfile-generator:
1115
name: create an issue about missing packages in devel:BCI
1216
runs-on: ubuntu-latest
1317
container: registry.opensuse.org/opensuse/bci/bci-ci:latest

0 commit comments

Comments
 (0)