Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Fixes panic when nonexistent node is queried #856

Fixes panic when nonexistent node is queried

Fixes panic when nonexistent node is queried #856

Workflow file for this run

---
name: Backport Assistant Runner
on:
pull_request:
types:
- closed
- labeled
jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.2.5
steps:
- name: Run Backport Assistant
run: backport-assistant backport
env:
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+\\.x)"
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}"
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}