Skip to content

Commit

Permalink
style: use consistent style in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
politician committed Jun 7, 2022
1 parent 5cdba18 commit 1d9859b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 27 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# This workflow will lint each PR and commit.
# rebase their PR by commenting '/rebase' on their PR.
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# This workflow deploys the documentation site on GitHub Pages.
# The site is accessible on https://{{repo_owner}}.github.io/{{repo_name}}
# -------------------------------------------------------------------------------------------------
---
name: deploy-docs

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/issue-voting.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# This workflow comments on each new issue with a message
# explaining how to vote on the issue.
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# This workflow comments on each new issue with a message explaining how to behave and vote on
# the issue.
# -------------------------------------------------------------------------------------------------
---
name: issue-voting

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/leaked-secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# This workflow checks for leaked credentials
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
---
name: leaked-secrets

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# --------------------------------------------------------
# This workflow will lint each PR and commit.
# rebase their PR by commenting '/rebase' on their PR.
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# This workflow lints the codebase.
# -------------------------------------------------------------------------------------------------
---
name: lint

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pr-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# --------------------------------------------------------
# This workflow comments on each new issue with a message
# explaining how to vote on the issue.
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# This workflow comments on each new PR with a link to explain the PR process.
# -------------------------------------------------------------------------------------------------
---
name: pr-helper

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# --------------------------------------------------------
# This workflow allows users of this repo to automatically
# rebase their PR by commenting '/rebase' on their PR.
# --------------------------------------------------------
# -------------------------------------------------------------------------------------------------
# This workflow allows users of this repo to automatically rebase their PR.
# -------------------------------------------------------------------------------------------------
---
name: rebase

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ----------------------------------------------------------------------------
# This workflow checks periodically for issues and pull requests which had no
# activity in a while and marks them as stale before eventually deleting them.
# To make the most of it, you should make use of the following labels:
# -------------------------------------------------------------------------------------------------
# This workflow checks periodically for issues and pull requests which had no activity in a while
# and marks them as stale before eventually deleting them.
# To make the most of it, you should mark issues and PRs with the following labels:
# - high-priority
# - medium-priority
# - low-priority
# ----------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------
---
name: stale

Expand Down

0 comments on commit 1d9859b

Please sign in to comment.