Skip to content

Commit

Permalink
[Mega-Linter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zejaco authored and atala-dev committed Jul 12, 2022
1 parent 8ed6960 commit baa3bdb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repo:
- '*'
- "*"
apollo:
- apollo/**/*
- apollo/**/*
castor:
- castor/**/*
- castor/**/*
mercury:
- mercury/**/*
- mercury/**/*
pluto:
- pluto/**/*
- pluto/**/*
pollux:
- pollux/**/*
- pollux/**/*
ci:
- .github/**/*
- .github/**/*
docs:
- docs/**/*
- README.md
- docs/**/*
- README.md
8 changes: 4 additions & 4 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.ATALA_GITHUB_TOKEN }}"
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.ATALA_GITHUB_TOKEN }}"

0 comments on commit baa3bdb

Please sign in to comment.