Skip to content

Commit

Permalink
Merge pull request #40804 from m-kuhn/backported-label
Browse files Browse the repository at this point in the history
Add backported label when a PR was successfully backported
  • Loading branch information
m-kuhn committed Dec 31, 2020
2 parents e254334 + 81d3674 commit 583a52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/label-backported.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/backport.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Backported Label
if: steps.backport.conclusion == 'success'
uses: actions/labeler@main
uses: actions-ecosystem/action-add-labels@v1
with:
configuration-path: .github/label-backported.yml
repo-token: "${{ secrets.GITHUB_TOKEN }}"
github_token: ${{ secrets.github_token }}
labels: backported

0 comments on commit 583a52b

Please sign in to comment.