Skip to content

Commit

Permalink
🤖 Sync org-wide files to upstream repo (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
exercism-bot authored Mar 10, 2022
1 parent 79a75a1 commit cfe0d8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/configlet.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
name: Configlet CI
name: Configlet

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
configlet:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main

- name: Configlet Linter
run: configlet lint
uses: exercism/github-actions/.github/workflows/configlet.yml@main
18 changes: 8 additions & 10 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ name: Tools

on:
push:
branches: [main]
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
schedule:
- cron: 0 0 1 * *
workflow_dispatch:
schedule:
- cron: 0 0 1 * * # First day of each month

permissions:
issues: write

jobs:
sync-labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: exercism/github-actions/.github/workflows/labels.yml@main

0 comments on commit cfe0d8e

Please sign in to comment.