|
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
|
| Rev | Line | |
|---|
| [9af201e] | 1 | name: Lock Threads
|
|---|
| 2 |
|
|---|
| 3 | on:
|
|---|
| 4 | schedule:
|
|---|
| 5 | - cron: '0 0 1 * *'
|
|---|
| 6 | workflow_dispatch:
|
|---|
| 7 |
|
|---|
| 8 | concurrency:
|
|---|
| 9 | group: lock
|
|---|
| 10 |
|
|---|
| 11 | permissions:
|
|---|
| 12 | contents: read
|
|---|
| 13 |
|
|---|
| 14 | jobs:
|
|---|
| 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.