Merge pull request #4859 from pi-hole/dependabot/github_actions/development/actions-ecosystem/action-add-labels-1.1.3

Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3
This commit is contained in:
Adam Warner 2022-08-06 11:23:15 +01:00 committed by GitHub
commit a3516474e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
FROM_BRANCH: 'master' FROM_BRANCH: 'master'
TO_BRANCH: 'development' TO_BRANCH: 'development'
- name: Label the pull request to ignore for release note generation - name: Label the pull request to ignore for release note generation
uses: actions-ecosystem/action-add-labels@v1.1.0 uses: actions-ecosystem/action-add-labels@v1.1.3
with: with:
labels: internal labels: internal
repo: ${{ github.repository }} repo: ${{ github.repository }}