Skip to content

Commit

Permalink
update auto-contributor action (#1668)
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Oct 14, 2021
1 parent 3340750 commit efd4d14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
contributors:
runs-on: ubuntu-latest
if: ${{ !startsWith( github.event.head_commit.message , '[auto-update-contributors]' ) }}
steps:
- uses: actions/checkout@v2
- name: GitHub Contributors Action
Expand All @@ -29,7 +28,7 @@ jobs:
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: auto-update-contributors
base: contributors-action
base: master
delete-branch: true
title: 'auto-update contributors'
labels: auto-update-contributors
Expand Down

0 comments on commit efd4d14

Please sign in to comment.