Skip to content

Commit

Permalink
use minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Dec 30, 2024
1 parent d0ab913 commit 343bd0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ 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

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/[email protected]
env:
Expand Down

0 comments on commit 343bd0a

Please sign in to comment.