diff --git a/.github/workflows/analyze-pr-kernel-security.yml b/.github/workflows/analyze-pr-kernel-security.yml index b30dc32a94..8e0ebd43ad 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 014e50a7f2..987a533aaf 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 f8a89f4bb5..c2ffa5c997 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 be4790a475..ae4bf0efde 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 a4cb8f8195..6835dba43b 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 93a7afd267..512fdc8da3 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 4d1d399a9b..640492bfe1 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 f89d0e6e31..a95caed352 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 cd64c45bdb..c1707254a6 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 959060a0bf..d18cf96bed 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 6be530c774..e138338665 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 08b7b8252e..283ef0c3a5 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 c214da20fa..dcd021da0c 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 563a6794e4..4b91cc836a 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 36875e488a..0dbc51d03a 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 6e4f05a636..4c4074e00e 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 4de265a2c0..f977d11747 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 dc3172069d..914e8fd2ea 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 dc086abae2..09ea8aaa95 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 510d827420..c49f271cc7 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: