Skip to content

Commit

Permalink
ci: move more actions to org level
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 8, 2023
1 parent 9328b38 commit a2128a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI/CD
name: AstroNvim
on:
push:
branches: [main]
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/pr_validation.yml

This file was deleted.

21 changes: 2 additions & 19 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,5 @@ on:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
# default stale time
days-before-stale: 30
days-before-close: 5
# never stale pull requests
days-before-pr-stale: -1
days-before-pr-close: -1
# exclude issues with certain labels
exempt-issue-labels: pinned,wip,security,notice
# never stale issues attached to a milestone
exempt-all-milestones: true
# write message on stale issues
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed in 5 days if no further activity occurs.
Thank you for your contributions.
uses: AstroNvim/.github/.github/workflows/stale.yml@main
secrets: inherit

0 comments on commit a2128a6

Please sign in to comment.