You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/27 13:57:23 UTC

[airflow-label-when-approved] 07/09: Update README

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 <to...@polidea.com>
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/label-when-approved-action@v1.1
         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/label-when-approved-action@v1.1
         id: label-when-approved-by-anyone
         with:
           token: ${{ secrets.GITHUB_TOKEN }}