source: frontend/node_modules/fast-uri/.github/workflows/lock-threads.yml

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 293 bytes
Line 
1name: Lock Threads
2
3on:
4 schedule:
5 - cron: '0 0 1 * *'
6 workflow_dispatch:
7
8concurrency:
9 group: lock
10
11permissions:
12 contents: read
13
14jobs:
15 lock-threads:
16 permissions:
17 issues: write
18 pull-requests: write
19 uses: fastify/workflows/.github/workflows/lock-threads.yml@v6
Note: See TracBrowser for help on using the repository browser.