Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3

Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases)
- [Commits](https://github.com/actions-ecosystem/action-add-labels/compare/v1.1.0...v1.1.3)

---
updated-dependencies:
- dependency-name: actions-ecosystem/action-add-labels
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-06 10:22:39 +00:00 committed by GitHub
parent aef3d89814
commit 9e2e0019fb
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 }}