Check VK Mini App documentation updates #6626
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: "Check VK Mini App documentation updates" | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '0 6 * * *' | |
| permissions: | |
| contents: read | |
| issues: write | |
| jobs: | |
| check-vk-docs-updates: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Check VK Mini App documentation updates | |
| uses: ./.github/actions/webchanges-action | |
| with: | |
| jobs: | | |
| name: VK Mini App documentation | |
| url: https://dev.vk.com/en/mini-apps/development/launch-params | |
| use_browser: false | |
| ignore_timeout_errors: true | |
| ignore_http_error_codes: "5xx" | |
| headers: | |
| User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 | |
| Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
| Accept-Language: en-US,en;q=0.9 | |
| filters: | |
| - html2text | |
| - between: | |
| start: "## Parameters" | |
| end: "## Passing arbitrary parameters" | |
| config: | | |
| display: | |
| error: false | |
| job_defaults: | |
| all: | |
| suppress_repeated_errors: true | |
| url: | |
| ignore_timeout_errors: true | |
| ignore_http_error_codes: "5xx" | |
| report: | |
| tz: UTC | |
| github_issue: | |
| enabled: true | |
| owner: "${{ github.repository_owner }}" | |
| repo: "${{ github.event.repository.name }}" | |
| token: "${{ secrets.GITHUB_TOKEN }}" | |
| format_dt: "%Y-%m-%d" | |
| title: "VK Mini App documentation update: {dt}" | |
| deduplicate_by_title: true | |
| assignees: | |
| - "swimmwatch" | |
| format_content: | | |
| ```diff | |
| {content} | |
| ``` |