Skip to content

Commit

Permalink
Update author.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvineshTripathi authored Nov 15, 2023
1 parent 361fb6f commit 54d11f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
process_pull_request:
if: "!contains(github.event.pull_request.labels.*.name, 'bot')"
runs-on: ubuntu-latest

steps:
Expand All @@ -27,8 +28,6 @@ jobs:
run: |
cd ./analyze
npm i
pwd
ls
node processPRs.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 54d11f2

Please sign in to comment.