diff --git a/.github/workflows/copy-labels.yml b/.github/workflows/copy-labels.yml index 8e7e545..9190407 100644 --- a/.github/workflows/copy-labels.yml +++ b/.github/workflows/copy-labels.yml @@ -6,7 +6,7 @@ jobs: name: Copy labels from linked issues steps: - name: copy-labels - uses: michalvankodev/copy-issue-labels@v1.2 + uses: michalvankodev/copy-issue-labels@v1.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} custom-keywords: | diff --git a/README.md b/README.md index 9610ebf..5f6e889 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,5 @@ The deployed code is stored in the repository as that's how github action runner 2. Commit 3. Create a new git tag: `git tag -a -m "Feature added" v1.x.y` 4. Publish `git push --follow-tags` + +## Testing branch for just triggering the workflow