BREAKING CHANGE: Change ESLint configs organization scope to alma-oss #149
Workflow file for this run
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: Pull Request Meta | |
| on: | |
| pull_request: | |
| types: [opened] | |
| jobs: | |
| process_pr_meta: | |
| name: Process PR meta | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Assign to author | |
| uses: samspills/assign-pr-to-author@v1.0 | |
| with: | |
| repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
| - name: Add labels | |
| uses: TimonVS/pr-labeler-action@v5.0.0 | |
| with: | |
| configuration-path: .github/pr-labeler.yaml | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |