Skip to content

Errors compiling 'src/.../skip_list.h','tests/.../minimum_swaps.cc', 'tests/.../image.cc' and 'src/.../rmq_sparse_table.h' #172

Errors compiling 'src/.../skip_list.h','tests/.../minimum_swaps.cc', 'tests/.../image.cc' and 'src/.../rmq_sparse_table.h'

Errors compiling 'src/.../skip_list.h','tests/.../minimum_swaps.cc', 'tests/.../image.cc' and 'src/.../rmq_sparse_table.h' #172

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for your interest in AlgoPlus, a maintainer will see your issue soon!"
pr-message: "Thank you for your interest in AlgoPlus, a maintainer will see your PR soon!"