Add description
field in link extra to store automatic website description fro fancy link card
#385
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: Auto Tag | |
on: | |
issues: | |
types: | |
- reopened | |
- closed | |
pull_request: | |
types: | |
- closed | |
jobs: | |
auto-tag: | |
name: Auto tag issues and PRs | |
uses: graasp/graasp-deploy/.github/workflows/auto-tag.yml@v1 |