diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5f56ff2..c711d65 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -1,4 +1,4 @@ -name: Check dist/ +name: Check dist content on: push: diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index fe6d19f..86d227d 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -1,4 +1,5 @@ name: Close inactive issues + on: schedule: - cron: "30 8 * * *" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e0e7d0f..c882f16 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -name: "Code scanning - action" +name: Code scanning on: push: diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 00490c9..78cf588 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -1,4 +1,4 @@ -name: Licensed +name: License check on: push: diff --git a/.github/workflows/pr-opened-workflow.yml b/.github/workflows/pr-opened-workflow.yml index c77870f..490268e 100644 --- a/.github/workflows/pr-opened-workflow.yml +++ b/.github/workflows/pr-opened-workflow.yml @@ -1,4 +1,4 @@ -name: Add Reviewer PR +name: Assign pull request reviewer on: pull_request_target: diff --git a/.github/workflows/publish-immutable-actions.yml b/.github/workflows/publish-immutable-actions.yml index 3aecc1f..f66b952 100644 --- a/.github/workflows/publish-immutable-actions.yml +++ b/.github/workflows/publish-immutable-actions.yml @@ -1,4 +1,4 @@ -name: 'Publish Immutable Action Version' +name: Publish immutable action on: release: diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index bae9462..1f52abb 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -1,4 +1,5 @@ name: Release new action version + on: release: types: [released]