Skip to content

Checking with my repository name, to make sure the filter works. #101

Checking with my repository name, to make sure the filter works.

Checking with my repository name, to make sure the filter works. #101

---
# Runs a script to triage the latest timer-initiated Temurin build pipelines.
name: "Build Autotriage"
on:
schedule:
- cron: '0 0 * * MON'
push:
paths:
- '**build-autotriage.yml'
- '**build_autotriage.sh'
- '**autotriage_regexes.sh'
env:
TRIAGE_SCRIPT: "tooling/build_autotriage/build_autotriage.sh"
jobs:
Label:
runs-on: ubuntu-latest
name: Run Build Triage
if: github.repository == 'adamfarley/temurin-build'
steps:
- uses: actions/checkout@v3
- name: "Run Build Auto Triage"
run: bash "${PWD}/${TRIAGE_SCRIPT}" jdk8u jdk11u jdk17u jdk21u jdk22 jdk23head
- name: Create Issue From File
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: JasonEtco/create-an-issue@v2
with:
filename: ./build_triage_output.md