Skip to content

Investigate the pipeline build failures due to java test timing out. #58

Investigate the pipeline build failures due to java test timing out.

Investigate the pipeline build failures due to java test timing out. #58

Workflow file for this run

name: On Label
on:
issues:
types: [labeled]
jobs:
processLabelAction:
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Process Label Action
uses: hramos/label-actions@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}