Skip to content

Sticky description

Actions
GitHub Action that publishes sticky message to Pull Request or Issue description
v0.2.1
Latest
Star (0)

GitHub Action: Publish message to description

⚠️ This code is no longer maintained. We'd love it if you fork it and continue developing this action. Otherwise, you can use the author's fork levonet/action-sticky-description.

GitHub Action that appends or updates sticky message in Pull Request or Issue description.

Example usage

- name: Publish message to description
  uses: blablacar/action-sticky-description@master
  with:
    issue_number: ${{ github.event_name == 'pull_request' && github.event.number || github.event.issue.number }}
    message: |
      ---
      Sticky message

Inputs

github_token

Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. By default ${{ github.token }}.

issue_number

Required Pull Request or Issue number.

marker

Marker of a message to update the same part of the text in the Issue description. By default sticky-message.

message

Required A message that is added or updated in Pull Request or Issue description.

Outputs

None

License

The scripts and documentation in this project are released under the MIT License

Sticky description is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action that publishes sticky message to Pull Request or Issue description
v0.2.1
Latest

Sticky description is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.