Added reference to ISO-4217 for all currency codes #5
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
name: Add Labels | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-label: | |
name: Add Label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: christianvuerings/add-labels@v1 | |
with: | |
labels: | | |
con.distribution | |
documentation-only | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |