From 343bd0a5f4ddb7d28282473525f7776de5d95bce Mon Sep 17 00:00:00 2001 From: Will Dean Date: Mon, 30 Dec 2024 11:34:27 +0100 Subject: [PATCH] use minimal setup --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6631409..3321082 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ GitHub action to copy labels from any issues closed by a pull request into the p ## Quick Start ```yaml +--- name: Sync Closing Labels on: - pull_request_target @@ -14,12 +15,9 @@ on: jobs: sync: permissions: - contents: read pull-requests: write runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - name: Sync labels with closing issues uses: wd60622/closing-labels@v0.0.4 env: