Skip to content

Commit

Permalink
Remove Situ
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr authored Feb 16, 2024
1 parent 3184c2f commit a3afd40
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 43 deletions.
15 changes: 2 additions & 13 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
reviewers:
- "SituDevelopment/employees"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "npm"
reviewers:
- "SituDevelopment/employees"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "pip"
reviewers:
- "SituDevelopment/employees"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
19 changes: 0 additions & 19 deletions .github/workflows/add-to-project.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Dependencies

on: pull_request

jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm clean-install
7 changes: 6 additions & 1 deletion .github/workflows/labeller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ permissions:

jobs:
labeller:
uses: SituDevelopment/.github/.github/workflows/labeller.yaml@main
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeller.yaml
sync-labels: true
10 changes: 0 additions & 10 deletions .github/workflows/status-checks.yaml

This file was deleted.

0 comments on commit a3afd40

Please sign in to comment.