Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/automate_stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Automate staleness
on:
workflow_dispatch:
schedule:
- cron: '*/10 * * * *' # run every 10 minutes as it also removes labels.
# schedule:
# - cron: '*/10 * * * *' # run every 10 minutes as it also removes labels.

permissions:
contents: read
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/cron.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/sync_snyk-github-issues.yml

This file was deleted.

6 changes: 3 additions & 3 deletions plugins/catalog-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-client": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/config": "0.1.1",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/plugin-events-node": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@backstage/plugin-permission-node": "workspace:^",
"@backstage/types": "workspace:^",
"@backstage/plugin-permission-node": "0.1.0",
"@backstage/types": "0.1.1",
"@opentelemetry/api": "^1.9.0",
"codeowners-utils": "^1.0.2",
"core-js": "^3.6.5",
Expand Down
Loading
Loading