mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
eb9e0583f7
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
19 lines
383 B
YAML
19 lines
383 B
YAML
name: dependabot-pr
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
create-pr:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Install zsh
|
|
run: sudo apt-get update; sudo apt-get install zsh
|
|
|
|
- name: Run dependabot-pr.sh
|
|
run: ./.github/workflows/scripts/dependabot-pr.sh
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|