Skip to content

Update locking script to add comments for issues updated within the last two weeks #178

Update locking script to add comments for issues updated within the last two weeks

Update locking script to add comments for issues updated within the last two weeks #178

Workflow file for this run

name: Deno
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
- name: Verify formatting
run: deno fmt --check
- name: Run linter
run: deno lint
- name: Run tests
run: deno test -A
env:
BACKPORTER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BACKPORTER_GITEA_FORK: GiteaBot/gitea
BACKPORTER_GITHUB_SECRET: dummy