chore: standardize workflow names

Make all workflow names consistent and action-oriented:
- Use action verb first (Announce, Auto-label, Build, Check, Clean, Help, Label, Lint, Listen, Rewrite, Scan, Sync, Welcome)
- Keep names concise and descriptive
- Remove unnecessary details from the name

Changes:
- Analyze kernel security (was: Kernel Hardening Analysis)
- Announce merge (was: Announce PR merge to Discord)
- Announce PR (was: Announce PR on Discord for review)
- Auto-label PR (was: Automatic Pull Request Labeling)
- Build PR artifacts (was: Generate Artifacts on PR if...)
- Check PR assets (was: Check new board assets exist...)
- Clean workflow logs (was: Clean Workflow Logs)
- Sync Jira (was: Jira Sync)
- Help forks (was: Forked Helper)
- Label PR on approval (was: PR review labeler)
- Lint scripts (was: Lint on Scripts)
- Listen PR review (was: PR review listener)
- Rewrite kernel configs (was: Rewrite kernel configs - same)
- Scan security (was: Scorecards Security Scan)
- Sync board list (was: Update Board Lists)
- Sync labels (was: Sync Labels from YAML)
- Sync maintainers (was: Sync maintainers status)
- Sync tools (was: Update Tools in Scripts)
- Welcome first-time contributor (was: Welcome first-time issue contributor)
- Welcome first-time PR contributor (was: same - kept as is)
This commit is contained in:
Igor Pecovnik
2025-12-25 11:50:19 +01:00
committed by Igor
parent f56bfc7553
commit 28f5839d08
20 changed files with 21 additions and 21 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
name: "Announce PR merge to Discord"
name: Announce merge
on:
push:

View File

@@ -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:

View File

@@ -1,4 +1,4 @@
name: Automatic Pull Request Labeling
name: Auto-label PR
# Sets labels automatically based on:
# - PR size (job: label-size)

View File

@@ -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).

View File

@@ -1,4 +1,4 @@
name: "Check new board assets exist (images + vendor logos)"
name: Check PR assets
on:
pull_request_target:

View File

@@ -1,4 +1,4 @@
name: Clean Workflow Logs
name: Clean workflow logs
on:
schedule:

View File

@@ -1,4 +1,4 @@
name: Jira Sync
name: Sync Jira
run-name: 'Sync Jira - Issue #${{ github.event.issue.number }} ("${{ github.event.issue.title }}")'
on:

View File

@@ -1,4 +1,4 @@
name: Forked Helper
name: Help forks
run-name: Forked Helper dispatch on ${{ github.event_name }}
on:

View File

@@ -1,4 +1,4 @@
name: PR review labeler
name: Label PR on approval
on:
workflow_run:
workflows: ["PR review listener"]

View File

@@ -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

View File

@@ -1,4 +1,4 @@
name: PR review listener
name: Listen PR review
on:
pull_request_review:
types: [submitted]

View File

@@ -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."

View File

@@ -1,4 +1,4 @@
name: Scorecards Security Scan
name: Scan security
run-name: Scan scorecards security on ${{ github.event_name }}
on:

View File

@@ -1,4 +1,4 @@
name: Update Board Lists
name: Sync board list
run-name: Update board list at armbian/os
on:

View File

@@ -1,4 +1,4 @@
name: Sync Labels from YAML
name: Sync labels
run-name: Sync Labels from YML on ${{ github.event_name }}
on:

View File

@@ -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

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
name: "Welcome first-time issue contributor"
name: Welcome first-time contributor
on:
issues:

View File

@@ -1,4 +1,4 @@
name: "Welcome first-time PR contributor"
name: Welcome first-time PR contributor
on:
pull_request_target: