Create link.md #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
| 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] | ||