mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
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:
@@ -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
|
||||
|
||||
2
.github/workflows/announce-merge.yml
vendored
2
.github/workflows/announce-merge.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "Announce PR merge to Discord"
|
||||
name: Announce merge
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/announce-pr.yml
vendored
2
.github/workflows/announce-pr.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/auto-label-pr.yml
vendored
2
.github/workflows/auto-label-pr.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Automatic Pull Request Labeling
|
||||
name: Auto-label PR
|
||||
|
||||
# Sets labels automatically based on:
|
||||
# - PR size (job: label-size)
|
||||
|
||||
2
.github/workflows/build-pr-artifacts.yml
vendored
2
.github/workflows/build-pr-artifacts.yml
vendored
@@ -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).
|
||||
|
||||
2
.github/workflows/check-pr-pictures.yml
vendored
2
.github/workflows/check-pr-pictures.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "Check new board assets exist (images + vendor logos)"
|
||||
name: Check PR assets
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
2
.github/workflows/cleanup-workflow-logs.yml
vendored
2
.github/workflows/cleanup-workflow-logs.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Clean Workflow Logs
|
||||
name: Clean workflow logs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
||||
2
.github/workflows/create-jira-ticket.yml
vendored
2
.github/workflows/create-jira-ticket.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Jira Sync
|
||||
name: Sync Jira
|
||||
run-name: 'Sync Jira - Issue #${{ github.event.issue.number }} ("${{ github.event.issue.title }}")'
|
||||
|
||||
on:
|
||||
|
||||
2
.github/workflows/help-forked.yml
vendored
2
.github/workflows/help-forked.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Forked Helper
|
||||
name: Help forks
|
||||
run-name: Forked Helper dispatch on ${{ github.event_name }}
|
||||
|
||||
on:
|
||||
|
||||
2
.github/workflows/label-pr-on-approval.yml
vendored
2
.github/workflows/label-pr-on-approval.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: PR review labeler
|
||||
name: Label PR on approval
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["PR review listener"]
|
||||
|
||||
2
.github/workflows/lint-pr-scripts.yml
vendored
2
.github/workflows/lint-pr-scripts.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/listen-pr-review.yml
vendored
2
.github/workflows/listen-pr-review.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: PR review listener
|
||||
name: Listen PR review
|
||||
on:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
@@ -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."
|
||||
|
||||
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Scorecards Security Scan
|
||||
name: Scan security
|
||||
run-name: Scan scorecards security on ${{ github.event_name }}
|
||||
|
||||
on:
|
||||
|
||||
2
.github/workflows/sync-board-list.yml
vendored
2
.github/workflows/sync-board-list.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Update Board Lists
|
||||
name: Sync board list
|
||||
run-name: Update board list at armbian/os
|
||||
|
||||
on:
|
||||
|
||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Sync Labels from YAML
|
||||
name: Sync labels
|
||||
run-name: Sync Labels from YML on ${{ github.event_name }}
|
||||
|
||||
on:
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/workflows/sync-tools.yml
vendored
2
.github/workflows/sync-tools.yml
vendored
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "Welcome first-time issue contributor"
|
||||
name: Welcome first-time contributor
|
||||
|
||||
on:
|
||||
issues:
|
||||
|
||||
2
.github/workflows/welcome-pr-first-time.yml
vendored
2
.github/workflows/welcome-pr-first-time.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "Welcome first-time PR contributor"
|
||||
name: Welcome first-time PR contributor
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
Reference in New Issue
Block a user