Skip to content

Commit

Permalink
🤖 Sync org-wide files to upstream repo (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
exercism-bot authored Mar 4, 2022
1 parent 7d01948 commit 2e46b3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
25 changes: 8 additions & 17 deletions .github/workflows/configlet.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
# This workflow will do a fetch the latest configlet binary and lint this repository.

name: configlet
name: Configlet

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

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
workflow_dispatch:

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

- name: Configlet Linter
run: configlet lint
jobs:
configlet:
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 2e46b3e

Please sign in to comment.