diff --git a/.github/label-actions.yml b/.github/respond-to-issue-based-on-label.yml similarity index 100% rename from .github/label-actions.yml rename to .github/respond-to-issue-based-on-label.yml diff --git a/.github/workflows/on-label.yml b/.github/workflows/on-label.yml index ba7dafb8aa..50aa86c1e5 100644 --- a/.github/workflows/on-label.yml +++ b/.github/workflows/on-label.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Process Label Action - uses: hramos/label-actions@v1 + uses: hramos/label-actions@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }}