API displays fewer (if any at all) results on the source collection page for Europeana than it does when filtering by source=europeana
#5638
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: "Subscribe to Label" | |
# link: https://github.com/bytecodealliance/subscribe-to-label-action | |
on: | |
issues: | |
types: ["labeled"] | |
jobs: | |
subscribe: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bytecodealliance/subscribe-to-label-action@v1 | |
with: | |
repo-token: "${{ secrets.ACCESS_TOKEN }}" |