Oscam is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
572 B

  1. name: Greetings
  2. on: [pull_request_target, issues]
  3. jobs:
  4. greeting:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/first-interaction@v1
  8. with:
  9. issue-message: 'Thanks for opening your first issue here! Be sure to follow the [issue template](https://github.com/linuxserver/docker-oscam/.github/ISSUE_TEMPLATE.md)!'
  10. pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-oscam/.github/PULL_REQUEST_TEMPLATE.md)!'
  11. repo-token: ${{ secrets.GITHUB_TOKEN }}