Skip to content

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

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 #37

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: trailheadapps-Ubuntu
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ vars.DEFAULT_ISSUE_ASSIGNEE }}