Skip to content

Commit

Permalink
Config: Fix Trunk.yaml
Browse files Browse the repository at this point in the history
removed trunk-check-pre-commit from enabled actions.
  • Loading branch information
adarro committed Sep 11, 2023
1 parent 4874930 commit 2023108
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/todo-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Create issues from todos
permissions: read-all

on:
push:
branches:
- master
push:
branches:
- master

jobs:
todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: todo-actions
uses: dtinth/todo-actions@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TODO_ACTIONS_MONGO_URL: ${{ secrets.TODO_ACTIONS_MONGO_URL }}
todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: todo-actions
uses: dtinth/todo-actions@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TODO_ACTIONS_MONGO_URL: ${{ secrets.TODO_ACTIONS_MONGO_URL }}
3 changes: 1 addition & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ runtimes:
- python@3.10.8
actions:
disabled:
- trunk-check-pre-commit
- trunk-check-pre-commit
- trunk-announce
- trunk-check-pre-push
- trunk-fmt-pre-commit
enabled:
- trunk-check-pre-commit
- trunk-upgrade-available

0 comments on commit 2023108

Please sign in to comment.