mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 14:46:29 +01:00
Bump srvaroa/labeler
from 1.6.0 to 1.6.1 (#3870)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
This commit is contained in:
parent
1efd8e80ab
commit
caffb9d66e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dependabot-prs.yml
vendored
2
.github/workflows/dependabot-prs.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
- name: Fetch Dependabot metadata
|
||||
id: dependabot-metadata
|
||||
uses: dependabot/fetch-metadata@v1.6.0
|
||||
uses: dependabot/fetch-metadata@v1.6.1
|
||||
|
||||
- uses: actions/checkout@v3.5.2
|
||||
with:
|
||||
|
|
2
.github/workflows/labelling.yml
vendored
2
.github/workflows/labelling.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
pull-requests: write # for srvaroa/labeler to add labels in PR
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: srvaroa/labeler@v1.6.0
|
||||
- uses: srvaroa/labeler@v1.6.1
|
||||
# Config file at .github/labeler.yml
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue