This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow-label-when-approved.git
commit 7a3895245696827f9aa2d771ff795620b3cb14be Author: Tobiasz Kędzierski <[email protected]> AuthorDate: Wed Oct 28 08:48:01 2020 +0100 Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 311f2f9..a6d05d4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ +# Label When Approved action + <p><a href="https://github.com/TobKed/label-when-approved-action/actions"> <img alt="label-when-approved-action status" src="https://github.com/TobKed/label-when-approved-action/workflows/Test%20the%20build/badge.svg"></a> -# Label When Approved action - <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> @@ -68,7 +68,7 @@ jobs: isApprovedByAnyone: ${{ steps.label-when-approved-by-anyone.outputs.isApproved }} steps: - name: Label when approved by commiters - uses: TobKed/label-when-approved-action@v1 + uses: TobKed/[email protected] id: label-when-approved-by-commiters with: token: ${{ secrets.GITHUB_TOKEN }} @@ -76,7 +76,7 @@ jobs: require_committers_approval: 'true' comment: 'PR approved by at least one committer and no changes requested.' - name: Label when approved by anyone - uses: TobKed/label-when-approved-action@v1 + uses: TobKed/[email protected] id: label-when-approved-by-anyone with: token: ${{ secrets.GITHUB_TOKEN }}
