Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update auto-contributor action #1668

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]' ) }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering... :D

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