Skip to content

Commit 60756ed

Browse files
committed
minor #1205 Move GitHub workflow files to .github/workflows/ directory (OskarStark)
This PR was squashed before being merged into the main branch. Discussion ---------- Move GitHub workflow files to `.github/workflows/` directory | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Move close-pull-request.yml files from .github/ to .github/workflows/ in all Bridge directories to follow the standard GitHub workflows structure. cc `@lyrixx` Commits ------- 3b40279 Move GitHub workflow files to `.github/workflows/` directory
2 parents 9496f51 + 3b40279 commit 60756ed

File tree

68 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1
-1
lines changed

.github/scripts/validate-bridge-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ REQUIRED_FILES=(
3131
"README.md"
3232
".gitignore"
3333
".gitattributes"
34-
".github/close-pull-request.yml"
34+
".github/workflows/close-pull-request.yml"
3535
".github/PULL_REQUEST_TEMPLATE.md"
3636
)
3737

src/agent/src/Bridge/Brave/.github/close-pull-request.yml renamed to src/agent/src/Bridge/Brave/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/Clock/.github/close-pull-request.yml renamed to src/agent/src/Bridge/Clock/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/Firecrawl/.github/close-pull-request.yml renamed to src/agent/src/Bridge/Firecrawl/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/Mapbox/.github/close-pull-request.yml renamed to src/agent/src/Bridge/Mapbox/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/OpenMeteo/.github/close-pull-request.yml renamed to src/agent/src/Bridge/OpenMeteo/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/Scraper/.github/close-pull-request.yml renamed to src/agent/src/Bridge/Scraper/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/SerpApi/.github/close-pull-request.yml renamed to src/agent/src/Bridge/SerpApi/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/SimilaritySearch/.github/close-pull-request.yml renamed to src/agent/src/Bridge/SimilaritySearch/.github/workflows/close-pull-request.yml

File renamed without changes.

src/agent/src/Bridge/Tavily/.github/close-pull-request.yml renamed to src/agent/src/Bridge/Tavily/.github/workflows/close-pull-request.yml

File renamed without changes.

0 commit comments

Comments
 (0)