Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: Remove Foresight #41

Merged
merged 1 commit into from
Apr 25, 2023
Merged
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
2 changes: 0 additions & 2 deletions .github/workflows/__check_pr_title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Check semantic version prefix
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/__lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install actionlint
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/__release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/_get_workflow_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install pyyaml
run: python3 -m pip install pyyaml
- name: Get reusable workflow version
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_charm_without_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Setup environment
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build_charms_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install pyyaml
run: python3 -m pip install pyyaml
- name: Checkout charm repository
Expand Down Expand Up @@ -82,8 +80,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Setup environment
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install actionlint
Expand All @@ -31,8 +29,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install tox & poetry
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install pyyaml
run: python3 -m pip install pyyaml
- name: Install docker
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Login to Jira API
uses: atlassian/gajira-login@v3
env:
Expand Down Expand Up @@ -94,8 +92,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Get Jira issue key
id: get-jira-issue-key
shell: python
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'Foresight: Collect workflow telemetry'
uses: runforesight/foresight-workflow-kit-action@v1
- name: Install dependencies
run: python3 -m pip install requests pyyaml
- name: Checkout bundle repository
Expand Down