Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

CLI plugin using processWithSession which is passed the session as AbstractSession not using token in one command #9

CLI plugin using processWithSession which is passed the session as AbstractSession not using token in one command

CLI plugin using processWithSession which is passed the session as AbstractSession not using token in one command #9

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'