[Resistor Duo analyzer (#127)] Add feedback to extract the constant to the top level if defined locally #3
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: Ping cross-track maintainers team | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| ping: | |
| if: github.repository_owner == 'exercism' # Stops this job from running on forks | |
| uses: exercism/github-actions/.github/workflows/ping-cross-track-maintainers-team.yml@main | |
| secrets: | |
| github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }} |