Skip to content

Navigated to invalid page when "See Electra Bikes" button where it is located on the home page is clicked #8

Navigated to invalid page when "See Electra Bikes" button where it is located on the home page is clicked

Navigated to invalid page when "See Electra Bikes" button where it is located on the home page is clicked #8

name: New issue greeting
on:
issues:
types: [opened]
jobs:
comment:
runs-on: trailheadapps-Ubuntu
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 come back to you shortly.'
})