diff --git a/.github/workflows/analyze-pr-kernel-security.yml b/.github/workflows/analyze-pr-kernel-security.yml index b30dc32a9..8e0ebd43a 100644 --- a/.github/workflows/analyze-pr-kernel-security.yml +++ b/.github/workflows/analyze-pr-kernel-security.yml @@ -1,4 +1,4 @@ -name: Kernel Hardening Analysis +name: Analyze kernel security run-name: 'Check kernel security options - PR #${{ github.event.pull_request.number }} ("${{ github.event.pull_request.title }}")' # # Check the Linux kernel options against security hardening diff --git a/.github/workflows/announce-merge.yml b/.github/workflows/announce-merge.yml index 014e50a7f..987a533aa 100644 --- a/.github/workflows/announce-merge.yml +++ b/.github/workflows/announce-merge.yml @@ -1,4 +1,4 @@ -name: "Announce PR merge to Discord" +name: Announce merge on: push: diff --git a/.github/workflows/announce-pr.yml b/.github/workflows/announce-pr.yml index f8a89f4bb..c2ffa5c99 100644 --- a/.github/workflows/announce-pr.yml +++ b/.github/workflows/announce-pr.yml @@ -1,4 +1,4 @@ -name: "Announce PR on Discord for review" +name: Announce PR run-name: 'Announce PR #${{ github.event.pull_request.number }} on Discord for review' on: diff --git a/.github/workflows/auto-label-pr.yml b/.github/workflows/auto-label-pr.yml index be4790a47..ae4bf0efd 100644 --- a/.github/workflows/auto-label-pr.yml +++ b/.github/workflows/auto-label-pr.yml @@ -1,4 +1,4 @@ -name: Automatic Pull Request Labeling +name: Auto-label PR # Sets labels automatically based on: # - PR size (job: label-size) diff --git a/.github/workflows/build-pr-artifacts.yml b/.github/workflows/build-pr-artifacts.yml index a4cb8f819..6835dba43 100644 --- a/.github/workflows/build-pr-artifacts.yml +++ b/.github/workflows/build-pr-artifacts.yml @@ -1,4 +1,4 @@ -name: Generate Artifacts on PR if 'Build' label exists +name: Build PR artifacts run-name: "Generate artifacts - PR #${{ github.event.pull_request.number }} - by @${{ github.actor }}" # # If PR is labeled with "Build" and you are a member of "Release manager" team it will start a build train (additional security feature). diff --git a/.github/workflows/check-pr-pictures.yml b/.github/workflows/check-pr-pictures.yml index 93a7afd26..512fdc8da 100644 --- a/.github/workflows/check-pr-pictures.yml +++ b/.github/workflows/check-pr-pictures.yml @@ -1,4 +1,4 @@ -name: "Check new board assets exist (images + vendor logos)" +name: Check PR assets on: pull_request_target: diff --git a/.github/workflows/cleanup-workflow-logs.yml b/.github/workflows/cleanup-workflow-logs.yml index 4d1d399a9..640492bfe 100644 --- a/.github/workflows/cleanup-workflow-logs.yml +++ b/.github/workflows/cleanup-workflow-logs.yml @@ -1,4 +1,4 @@ -name: Clean Workflow Logs +name: Clean workflow logs on: schedule: diff --git a/.github/workflows/create-jira-ticket.yml b/.github/workflows/create-jira-ticket.yml index f89d0e6e3..a95caed35 100644 --- a/.github/workflows/create-jira-ticket.yml +++ b/.github/workflows/create-jira-ticket.yml @@ -1,4 +1,4 @@ -name: Jira Sync +name: Sync Jira run-name: 'Sync Jira - Issue #${{ github.event.issue.number }} ("${{ github.event.issue.title }}")' on: diff --git a/.github/workflows/help-forked.yml b/.github/workflows/help-forked.yml index cd64c45bd..c1707254a 100644 --- a/.github/workflows/help-forked.yml +++ b/.github/workflows/help-forked.yml @@ -1,4 +1,4 @@ -name: Forked Helper +name: Help forks run-name: Forked Helper dispatch on ${{ github.event_name }} on: diff --git a/.github/workflows/label-pr-on-approval.yml b/.github/workflows/label-pr-on-approval.yml index 959060a0b..d18cf96be 100644 --- a/.github/workflows/label-pr-on-approval.yml +++ b/.github/workflows/label-pr-on-approval.yml @@ -1,4 +1,4 @@ -name: PR review labeler +name: Label PR on approval on: workflow_run: workflows: ["PR review listener"] diff --git a/.github/workflows/lint-pr-scripts.yml b/.github/workflows/lint-pr-scripts.yml index 6be530c77..e13833866 100644 --- a/.github/workflows/lint-pr-scripts.yml +++ b/.github/workflows/lint-pr-scripts.yml @@ -1,4 +1,4 @@ -name: Lint on Scripts +name: Lint scripts run-name: 'Shellcheck - PR #${{ github.event.pull_request.number }} ("${{ github.event.pull_request.title }}")' # # Run ShellCheck on all scripts and generate report as build artifact diff --git a/.github/workflows/listen-pr-review.yml b/.github/workflows/listen-pr-review.yml index 08b7b8252..283ef0c3a 100644 --- a/.github/workflows/listen-pr-review.yml +++ b/.github/workflows/listen-pr-review.yml @@ -1,4 +1,4 @@ -name: PR review listener +name: Listen PR review on: pull_request_review: types: [submitted] diff --git a/.github/workflows/rewrite-kernel-config-files.yml b/.github/workflows/rewrite-kernel-config-files.yml index c214da20f..dcd021da0 100644 --- a/.github/workflows/rewrite-kernel-config-files.yml +++ b/.github/workflows/rewrite-kernel-config-files.yml @@ -1,4 +1,4 @@ -name: "Rewrite kernel configs" +name: Rewrite kernel configs on: schedule: @@ -242,7 +242,7 @@ jobs: echo echo "### How it was produced" echo - echo "This PR is produced from [this](/armbian/build/tree/main/.github/workflows/rewrite-kernel-configs.yml) GHA script." + echo "This PR is produced from [this](/armbian/build/tree/main/.github/workflows/rewrite-kernel-config-files.yml) GHA script." echo echo "1. Built a matrix: \`./compile.sh inventory-boards\` (deduped, sanitized)." echo "2. Executed \`rewrite-kernel-config\` per matrix." diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 563a6794e..4b91cc836 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -1,4 +1,4 @@ -name: Scorecards Security Scan +name: Scan security run-name: Scan scorecards security on ${{ github.event_name }} on: diff --git a/.github/workflows/sync-board-list.yml b/.github/workflows/sync-board-list.yml index 36875e488..0dbc51d03 100644 --- a/.github/workflows/sync-board-list.yml +++ b/.github/workflows/sync-board-list.yml @@ -1,4 +1,4 @@ -name: Update Board Lists +name: Sync board list run-name: Update board list at armbian/os on: diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 6e4f05a63..4c4074e00 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -1,4 +1,4 @@ -name: Sync Labels from YAML +name: Sync labels run-name: Sync Labels from YML on ${{ github.event_name }} on: diff --git a/.github/workflows/sync-maintainers-status.yml b/.github/workflows/sync-maintainers-status.yml index 4de265a2c..f977d1174 100644 --- a/.github/workflows/sync-maintainers-status.yml +++ b/.github/workflows/sync-maintainers-status.yml @@ -1,4 +1,4 @@ -name: "Sync maintainers status" +name: Sync maintainers # Script connects to the contacts database once per hour and updates BOARD_MAINTAINER property in the board config files. # If there are any changes, it opens a Pull Request diff --git a/.github/workflows/sync-tools.yml b/.github/workflows/sync-tools.yml index dc3172069..914e8fd2e 100644 --- a/.github/workflows/sync-tools.yml +++ b/.github/workflows/sync-tools.yml @@ -1,4 +1,4 @@ -name: Update Tools in Scripts +name: Sync tools run-name: Update Tools in Scripts by @${{ github.actor }} # # Some of our scripts download tools from a repo. These can't be bumped by dependabot, so this workflow is a self-created dependabot to bump versions of those tools to stay up-to-date. diff --git a/.github/workflows/welcome-issue-first-time.yml b/.github/workflows/welcome-issue-first-time.yml index dc086abae..09ea8aaa9 100644 --- a/.github/workflows/welcome-issue-first-time.yml +++ b/.github/workflows/welcome-issue-first-time.yml @@ -1,4 +1,4 @@ -name: "Welcome first-time issue contributor" +name: Welcome first-time contributor on: issues: diff --git a/.github/workflows/welcome-pr-first-time.yml b/.github/workflows/welcome-pr-first-time.yml index 510d82742..c49f271cc 100644 --- a/.github/workflows/welcome-pr-first-time.yml +++ b/.github/workflows/welcome-pr-first-time.yml @@ -1,4 +1,4 @@ -name: "Welcome first-time PR contributor" +name: Welcome first-time PR contributor on: pull_request_target: