Skip to content

Fix test results not being uploaded from workflow #24

Fix test results not being uploaded from workflow

Fix test results not being uploaded from workflow #24

Workflow file for this run

name: Auto Responder for New Issues
# This workflow is triggered when a label is added to an issue.
on:
issues:
types: labeled
jobs:
processLabelAction:
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Process Label Action
uses: hramos/respond-to-issue-based-on-label@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/label-actions.yml'