Skip to content

Commit d0d2115

Browse files
hramosfacebook-github-bot
authored andcommittedFeb 27, 2021
Use renamed respond-to-issue-based-on-label GitHub Action. (#30832)
Summary: We use the `respond-to-issue-based-on-label` GitHub Action to aid in issue triage. This is a trivial change to ensure we use the new, renamed version of the action. ## Changelog [Internal] - Use renamed GitHub action Pull Request resolved: #30832 Test Plan: CI Reviewed By: fkgozali Differential Revision: D26702542 Pulled By: hramos fbshipit-source-id: d9d3685f17bfc504fd7e31dee1c6c330e88ef1d1
1 parent ab53332 commit d0d2115

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/label-actions.yml ‎.github/respond-to-issue-based-on-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration for Label Actions - https://github.com/marketplace/actions/label-actions
1+
# Configuration for Respond To Issue Based on Label https://github.com/marketplace/actions/respond-to-issue-based-on-label
22

33
"Type: Invalid":
44
close: true
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Label Actions
1+
name: On Issue Labeled
22
# This workflow is triggered when a label is added to an issue.
33
on:
44
issues:
55
types: labeled
66

77
jobs:
8-
processLabelAction:
9-
name: Process Label Action
8+
respondToIssueBasedOnLabel:
9+
name: Respond to Issue Based on Label
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Process Label Action
14-
uses: hramos/label-actions@v1
13+
- name: Respond to Issue Based on Label
14+
uses: hramos/respond-to-issue-based-on-label@v2
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.