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

Update deployment for new NLE location. #252

Update deployment for new NLE location.

Update deployment for new NLE location. #252

Workflow file for this run

---
name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: TimonVS/pr-labeler-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...