Skip to content

Commit

Permalink
Some changes went missing
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 16, 2023
1 parent 3cb8503 commit 8c94d11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update_range_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ permissions:
jobs:
update-ranges:
runs-on: ubuntu-latest
# create a environment named with this key
# Repo > Settings > Environments
# Add a secret named ISSUES_GITHUB_TOKEN
# The secret value is a classic Github token with repo access
# Account > Settings > Developer Settings > Personal Access Tokens > Tokens (classic)
environment: action-pull-request
env:
RANGE_MESSAGES_SAME: 1
CHANGES_PUSHED: 0
Expand Down Expand Up @@ -64,7 +70,10 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.ISSUES_GITHUB_TOKEN }}
assignees: briandfoy
labels: "Type: data update"
title: Data update for ${{env.NEW_VERSION}}
delete-branch: true
branch: ${{env.PR_BRANCH_NAME}}
base: master
- name: Clean up
Expand Down

0 comments on commit 8c94d11

Please sign in to comment.