Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci-devel.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI - Devel scripts

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-doc-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "CI - Documentation Check"

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "CI - Integration Tests"

permissions:
contents: read

on:
schedule:
# at 9:45 UTC every day from Monday to Friday
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-live.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI - ISO definition

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "CI - Rubocop"

permissions:
contents: read

on:
push:
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI - Rust

permissions:
contents: read

on:
push:
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-service.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI - Service

permissions:
contents: read

on:
push:
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-web.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI - Web

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-service-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Update OBS Service Package

permissions:
contents: read

on:
workflow_call:
secrets:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-autoinstallation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit agama-auto

permissions:
contents: read

on:
# runs on pushes targeting the default branch
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-live.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit agama-installer

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-products.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit agama-products

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-rust.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit agama

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-service.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit rubygem-agama-yast

permissions:
contents: read

on:
push:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Update OBS Packages

permissions:
contents: read

on:
workflow_call:
secrets:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/obs-staging-web.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit agama-web-ui

permissions:
contents: read

on:
push:
paths:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/weblate-merge-po.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Weblate Merge PO

permissions:
# it merges the updated translations and creates a pull request with the changes
contents: write
pull-requests: write

on:
schedule:
# run every Monday at 2:42AM UTC
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/weblate-merge-products-po.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Weblate Merge Product PO

permissions:
# it merges the updated translations and creates a pull request with the changes
contents: write
pull-requests: write

on:
schedule:
# run every Monday at 2:45AM UTC
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/weblate-merge-service-po.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Weblate Merge Service PO

permissions:
# it merges the updated translations and creates a pull request with the changes
contents: write
pull-requests: write

on:
schedule:
# run every Monday at 2:45AM UTC
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/weblate-update-pot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Weblate Update POT

permissions:
# this action uploads the updated POT files to the agama-weblate repository
contents: write

on:
schedule:
# run every working day (Monday-Friday) at 1:42AM UTC
Expand Down