Skip to content

Commit

Permalink
chore(gh): update github-actions (#624)
Browse files Browse the repository at this point in the history
- Removed Pull Request Sizing
- Remove Issue Greeting
- Minor syntax updates.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam authored Jul 25, 2023
1 parent 2ed9f5e commit 28edac1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 73 deletions.
10 changes: 0 additions & 10 deletions .github/comment-template.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
name: "Code Quality"

on:
push:
pull_request:

jobs:
superlinter:
name: Super-Linter
Expand All @@ -14,7 +12,6 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0

- name: Lint Code
uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
env:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/issue-greeting.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Lock Threads
"on":
on:
schedule:
- cron: 30 00 * * *
jobs:
Expand All @@ -9,21 +9,23 @@ jobs:
steps:
- uses: dessant/lock-threads@be8aa5be94131386884a6da4189effda9b14aa21 # v4.0.1
with:
github-token: "${{ github.token }}"
issue-comment: >
github-token: "${{ secrets.GITHUB_TOKEN }}"
issue-comment: >-
I'm going to lock this issue because it has been closed for 30
days. This helps our maintainers find and focus on the active
issues.
If you have found a problem that seems similar to this,
please open a new issue and complete the issue template so we can
capture all the details necessary to investigate further.
issue-inactive-days: "30"
pr-comment: >
pr-comment: >-
I'm going to lock this pull request because it has been closed for
30 days. This helps our maintainers find and focus on the active
issues.
If you have found a problem that seems related to this
change, please open a new issue and complete the issue template so
we can capture all the details necessary to investigate further.
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/pull-request-sizing.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Manage Stale Items
"on":
on:
schedule:
- cron: 00 00 * * *
jobs:
Expand Down

0 comments on commit 28edac1

Please sign in to comment.