mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 21:27:11 +00:00
Update triage.yml
This commit is contained in:
5
.github/workflows/triage.yml
vendored
5
.github/workflows/triage.yml
vendored
@@ -24,10 +24,11 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Scheduled Reminders
|
||||
env:
|
||||
TITLES: ( "${{ join(fromJSON(steps.need_triage.outputs.data).*.title, '" "') }}" )
|
||||
TITLES: ${{ join(fromJSON(steps.need_triage.outputs.data).*.title, ';;;') }}
|
||||
run: |
|
||||
echo "Scheduled reminder! ${TITLES}"
|
||||
for i in "${TITLES[@]}"; do
|
||||
titles=($(echo "${TITLES}" | tr ";;;" "\n"))
|
||||
for i in "${titles[@]}"; do
|
||||
echo "title: $i"
|
||||
done
|
||||
- name: Issue Notification
|
||||
|
||||
Reference in New Issue
Block a user