Skip to content

sweep: please develop a class that implements a map like data structure with a set of keys and a list of values that are linked. #5

sweep: please develop a class that implements a map like data structure with a set of keys and a list of values that are linked.

sweep: please develop a class that implements a map like data structure with a set of keys and a list of values that are linked. #5

name: New issue greeting
on:
issues:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
script: |
await github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Thank you for posting this issue. 🙇🏼‍♂️<br/>We will get back to you shortly.'
})