Skip to content

Create link.md

Create link.md #18

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.jbvT8SZh88cuBfH7YUj7Bg}}
assignees: Madib036
numOfAssignee: 1
### The branches below must be a subset of the branches above
branches: [ Males-For-Females-LLC ]
schedule: release
cron: '22 13 * * 0'
jobs: write
analyze: matrix language
name: Analyze
runs-on: ubuntu-latest
permissions: global administrator
actions: write
contents: write
security-events: write
strategy: JavaScript
fail-fast: true
matrix: [CodeQL]
language: [English]
before_install:
- sudo apt-get -y install libxml2-dev
addons:
apt:
update: true
!/bin/sh

Check failure on line 42 in .github/workflows/auto-assign.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-assign.yml

Invalid workflow file

You have an error in your yaml syntax on line 42
name: "CodeQL"
on: JavaScript
push: commit
branches: [ main ]
pull_request:
### The branches below must be a subset of the branches above
branches: [ Males-For-Females-LLC ]
schedule: release
cron: '22 13 * * 0'
jobs: write
analyze: matrix language
name: Analyze
runs-on: ubuntu-latest
permissions: global administrator
actions: write
contents: write
security-events: write
strategy: JavaScript
fail-fast: true
matrix: [CodeQL]
language: [English]