Broken URL for Cycling Scotland #93
This file contains 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
# NOTE: If changing this workflow, consider the impact on the same one in other repos and the global workflow in the .github repo | |
name: Issue auto-assigner | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
auto_assign: | |
uses: opendatascotland/.github/.github/workflows/auto_assign_to_project.yml@main | |
secrets: inherit |