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

Update API from slack-api-ref@878be8f #465

Merged
merged 1 commit into from
Apr 30, 2023
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Apr 4, 2023

Update API from slack-api-ref.
Rev: 878be8f
Date: 2023-04-30

@dblock
Copy link
Collaborator

dblock commented Apr 4, 2023

@duffn this needs a couple of things:

  • It needs to trigger CI. Not sure why that didn't happen.
  • Needs an auto CHANGELOG entry.
  • PR body should say something about which revision of slack-api-ref has been used, or some other useful information.

Will you take care of it?

@duffn
Copy link
Contributor

duffn commented Apr 4, 2023

Hmm interesting about CI. Great, yeah I’ll take a look.

@github-actions github-actions bot force-pushed the automated-api-update branch 2 times, most recently from 3ded944 to 87a30d4 Compare April 6, 2023 23:20
@github-actions github-actions bot force-pushed the automated-api-update branch 3 times, most recently from e4083da to 158db5b Compare April 15, 2023 23:19
@github-actions github-actions bot force-pushed the automated-api-update branch 2 times, most recently from d7b158c to 8b52a8d Compare April 26, 2023 23:24
@dblock
Copy link
Collaborator

dblock commented Apr 27, 2023

Hmm interesting about CI. Great, yeah I’ll take a look.

Still want to look at this? Otherwise I'll take a stab.

@duffn
Copy link
Contributor

duffn commented Apr 27, 2023

I may not be able to get to this soon, so if you want to take a stab, please do!

@dangerpr-bot
Copy link

dangerpr-bot commented Apr 29, 2023

1 Warning
⚠️ There're library changes, but not tests. That's OK as long as you're refactoring existing code.

Generated by 🚫 Danger

@dblock
Copy link
Collaborator

dblock commented Apr 29, 2023

I fixed the triggering of actions in #467.

@github-actions github-actions bot changed the title Update API from slack-api-ref Update API from slack-api-ref@878be8f Apr 29, 2023
@github-actions github-actions bot force-pushed the automated-api-update branch 8 times, most recently from 29bc4ae to 3dea0c4 Compare April 30, 2023 02:39
@dblock
Copy link
Collaborator

dblock commented Apr 30, 2023

097b3ca was it!

      - name: Commit and Push
        run: |
          git config --local user.name 'slack-ruby-ci-bot'
          git config --local user.email 'noreply@github.com'
          git config --local --unset-all http.https://github.com/.extraheader || true
          AUTH=$(echo -n "x-access-token:${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }}" | base64)
          echo "::add-mask::${AUTH}"
          git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ${AUTH}"
          git add CHANGELOG.md
          git commit --amend --no-edit
          git push origin automated-api-update -f

Wrote it up: https://code.dblock.org/2023/04/29/triggering-ci-from-pull-requests-and-force-pushes-in-github-actions.html

@dblock dblock merged commit fb65305 into master Apr 30, 2023
slack-ruby-ci-bot bot pushed a commit that referenced this pull request Apr 30, 2023
Update API from slack-api-ref@878be8f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants